Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 09:10:19 +0100
committerErich Eckner <git@eckner.net>2021-02-05 09:10:19 +0100
commitab7f8e1778928c2341b70449fa0d021f74f1233a (patch)
tree3936bb7031d19ffd58c80b945090eb77117bb0a6 /extra
parente7f3f03caa311b63f32349c2d6a880274a9fdf66 (diff)
extra/libproxy: fix i486 builds *once*more* ...
Diffstat (limited to 'extra')
-rw-r--r--extra/libproxy/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD
index dd01d027..5463630c 100644
--- a/extra/libproxy/PKGBUILD
+++ b/extra/libproxy/PKGBUILD
@@ -24,6 +24,12 @@ eval "$(
)"
if [ "${CARCH}" = 'i486' ]; then
+ pkgname=(
+ $(
+ printf '%s\n' "${pkgname[@]}" | \
+ grep -v '^libproxy-webkit'
+ )
+ )
eval "$(
declare -f build | \
sed '