index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 16:25:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 16:25:40 +0100 |
commit | 04c8c6492ae8b0599838817f988bbaebb81a3b36 (patch) | |
tree | 9a95fe094658924333f5a1db6ad466c6c63a57ca /build-support | |
parent | 57955408acf5f8ccf5c1e41477e0a3748ba7dabc (diff) |
-rw-r--r-- | build-support/pacman-static/PKGBUILD | 1 |
diff --git a/build-support/pacman-static/PKGBUILD b/build-support/pacman-static/PKGBUILD index 85951d09..51e6c548 100644 --- a/build-support/pacman-static/PKGBUILD +++ b/build-support/pacman-static/PKGBUILD @@ -381,6 +381,7 @@ makedepends=(${makedepends[@]//doxygen/}) # git on i486 problem, cannot make sums of git checkout (yet?) if [ "${CARCH}" = "i486" ]; then sha512sums[0]='SKIP' + sha512sums[13]='SKIP' fi # use muon instead of meson, no python (and meson needs python), |