From 57955408acf5f8ccf5c1e41477e0a3748ba7dabc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 23 Mar 2025 16:18:18 +0100 Subject: build-support/pacman-static: more patching for i486 --- build-support/pacman-static/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build-support') 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) -- cgit v1.2.3-70-g09d2