index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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), |