index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/filesystem/PKGBUILD | 2 | ||||
-rw-r--r-- | core/filesystem/os-release | 1 |
diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index 2302e789..8c2c6009 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -6,4 +6,4 @@ for i in "${!sha256sums[@]}" ${#sha256sums[@]}; do break fi done -sha256sums["${i}"]='d6985cd180b386a5be8902f5abf2123f28eb66e3f50446ea7f18bd2b917cff56' +sha256sums["${i}"]='bccf1946b279996e3bfc3e8bf375fb982cce8c5446cfb97ccf0fc2d3b5f62f0b' diff --git a/core/filesystem/os-release b/core/filesystem/os-release index af4dc0fd..5b809ca5 100644 --- a/core/filesystem/os-release +++ b/core/filesystem/os-release @@ -1,6 +1,7 @@ NAME="Arch Linux 32" PRETTY_NAME="Arch Linux 32" ID=arch32 +ID_LIKE=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://www.archlinux32.org/" |