Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/libjxl/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libjxl/PKGBUILD b/extra/libjxl/PKGBUILD
index 9785a119..000f3c03 100644
--- a/extra/libjxl/PKGBUILD
+++ b/extra/libjxl/PKGBUILD
@@ -8,6 +8,13 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
+ eval "$(
+ declare -f package_libjxl | \
+ sed '
+ /mv.*jar/d
+ '
+ )"
+
# break circle with gimp
makedepends=(${makedepends[@]//gimp/})
fi