index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 16:18:18 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-23 16:18:18 +0100 |
commit | 57955408acf5f8ccf5c1e41477e0a3748ba7dabc (patch) | |
tree | a1dc7ef609079fb934eefe0c65102e0999172fa7 /build-support | |
parent | 16b9979c9c27f7561fc0cd588eaf72785223c24d (diff) |
-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) |