Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libjxl/PKGBUILD
blob: 76cf8eb176f895af4830e0daa06e223e52eb0712 (plain)
1
2
3
4
5
6
7
8
if [ "${CARCH}" = "i486" ]; then
  # Java broken on i486 temporarily
  makedepends=(${makedepends[@]//java-environment/})

  # break circle with gimp
  makedepends=(${makedepends[@]//gimp/})
fi