summaryrefslogtreecommitdiff
path: root/core/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'core/filesystem')
-rw-r--r--core/filesystem/PKGBUILD6
-rw-r--r--core/filesystem/os-release2
2 files changed, 5 insertions, 3 deletions
diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD
index d0d4df83..1eaf38e8 100644
--- a/core/filesystem/PKGBUILD
+++ b/core/filesystem/PKGBUILD
@@ -1,7 +1,9 @@
+# upstream git commit: 07e6c9d369c92fa66a490d924c5f7bb9d287b561
+
# TODO: change archlinux logo to archlinux32 logo
for i in "${!md5sums[@]}" ${#md5sums[@]}; do
- if [ "${md5sums["${i}"]}" = 'e0d8ea1d1a11992dbe9f6550cc14eaa5' ]; then
+ if [ "${md5sums["${i}"]}" = '173371ea3ac7817fdec6a726e3996067' ]; then
break
fi
done
-md5sums["${i}"]='8bb30e25db450d035f28981200c384b0'
+md5sums["${i}"]='ddbf7d358a42863ed3b77a6d6cc6f1d6'
diff --git a/core/filesystem/os-release b/core/filesystem/os-release
index 08ebb662..13b2e063 100644
--- a/core/filesystem/os-release
+++ b/core/filesystem/os-release
@@ -3,7 +3,7 @@ PRETTY_NAME="Arch Linux 32"
ID=arch32
ID_LIKE="arch archlinux"
BUILD_ID=rolling
-ANSI_COLOR="0;36"
+ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://www.archlinux32.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux32.org/"