From 46f4a9689f5c27c9f2b533cb858464583ed37a3b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 6 May 2020 20:07:41 +0200 Subject: core/filesystem: merge upstream changes of os-release --- core/filesystem/PKGBUILD | 6 ++++-- core/filesystem/os-release | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'core') 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/" -- cgit v1.2.3