Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/pacman-static
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-23 16:18:18 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-23 16:18:18 +0100
commit57955408acf5f8ccf5c1e41477e0a3748ba7dabc (patch)
treea1dc7ef609079fb934eefe0c65102e0999172fa7 /build-support/pacman-static
parent16b9979c9c27f7561fc0cd588eaf72785223c24d (diff)
build-support/pacman-static: more patching for i486
Diffstat (limited to 'build-support/pacman-static')
-rw-r--r--build-support/pacman-static/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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)