Date: Thursday, September 29, 2022 @ 23:56:17
Author: svenstaro
Revision: 1317368
Switch to require java-environment>=11 (FS#76063)
Modified:
bazel/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-29 23:56:14 UTC (rev 1317367)
+++ PKGBUILD 2022-09-29 23:56:17 UTC (rev 1317368)
@@ -10,7 +10,7 @@
arch=('x86_64')
license=('Apache')
url='https://bazel.build/'
-depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
+depends=('java-environment>=11' 'libarchive' 'zip' 'unzip')
makedepends=('git' 'protobuf' 'python')
options=('!distcc' '!strip')
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"