Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/brltty/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index 93e0cf13..e7e9ebad 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -9,6 +9,6 @@ if [ "$CARCH" = 'i486' ]; then
)"
fi
-# -lespeak only on 32-bit? linking against old espeak library..
-makedepends=(${makedepends[@]//espeak-ng/})
-makedepends+=(espeak)
+# java breaks to often, do not build optional Java stuff marked as
+# optdepends
+makedepends=(${makedepends[@]//java-environment/})