index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-18 10:07:57 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-18 10:07:57 +0200 |
commit | b3da2fc1c25065a1bd09f9930eeed1d11dc312e4 (patch) | |
tree | 258608339363e83674682bdfe767f1126a2380ea /core/filesystem | |
parent | 108a094755e5795269ddadb678120f307c1c5160 (diff) |
-rw-r--r-- | core/filesystem/PKGBUILD | 4 |
diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index 8c2c6009..ccd723c6 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -1,8 +1,10 @@ # upstream git commit: ad8c5c40e6a3072deedd7439f64e03f4376e540d # TODO: change archlinux logo to archlinux32 logo + +# change checksum of adapted os-release for i in "${!sha256sums[@]}" ${#sha256sums[@]}; do - if [ "${sha256sums["${i}"]}" = '53395e67cc113b7f73e72a829731f6d30319a841d164af8a1d4d4f829a9c3cd9' ]; then + if [ "${sha256sums["${i}"]}" = 'e3505a89fa82ecd831e2753a22d5cb558874abf15af72aafe1fbfa5aec813186' ]; then break fi done |