summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwasertech2022-03-05 01:42:07 +0100
committerwasertech2022-03-05 01:42:07 +0100
commitcd1ee39bb8f8b2d924f18aeeb97267b747bb9fa6 (patch)
tree63d29ceec3b7cbd61742e95380e80f8d2f83f0ab /PKGBUILD
parentcf3ea694b8325e59a241435886c4e87fe962e574 (diff)
downloadaur-bazel31.tar.gz
fix java-env==8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a20d733e78b8..01648e48e5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Correct, reproducible, and fast builds for everyone'
arch=('x86_64')
license=('Apache')
url='https://bazel.build/'
-depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
+depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
makedepends=('git' 'protobuf' 'python')
provides=("bazel=${pkgver}")
conflicts=('bazel')