index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/pacman-static/PKGBUILD | 7 |
diff --git a/build-support/pacman-static/PKGBUILD b/build-support/pacman-static/PKGBUILD index fab98f4b..85951d09 100644 --- a/build-support/pacman-static/PKGBUILD +++ b/build-support/pacman-static/PKGBUILD @@ -380,12 +380,13 @@ makedepends=(${makedepends[@]//doxygen/}) # git on i486 problem, cannot make sums of git checkout (yet?) if [ "${CARCH}" = "i486" ]; then - sha256sums[0]='SKIP' + sha512sums[0]='SKIP' fi -# use muon instead of meson, no python (and meson needs python) +# use muon instead of meson, no python (and meson needs python), +# install the python interpreter as something still probes it on i486 makedepends=(${makedepends[@]//meson/}) -makedepends+=(muon-meson ninja) +makedepends+=(muon-meson ninja python) source+=(pacman-trailing-slash-muon.patch) sha512sums+=(2a657849a5b8879abf731ffd6ee1eb2b69502e03444010dc0e398427a40e86aa4383fcff7bd6d08abd67386b7945c093f56c64202f9867fd5dfb65c5bc6d0b3f) |