[arch-commits] Commit in bazel/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Oct 8 18:53:05 UTC 2017


    Date: Sunday, October 8, 2017 @ 18:53:04
  Author: svenstaro
Revision: 262152

upgpkg: bazel 0.6.1-2

Restrict java-environment to version 8

Modified:
  bazel/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-08 17:04:13 UTC (rev 262151)
+++ PKGBUILD	2017-10-08 18:53:04 UTC (rev 262152)
@@ -4,12 +4,12 @@
 
 pkgname=bazel
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
-depends=('java-environment>=8' 'libarchive' 'zip' 'unzip')
+depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
 makedepends=('git' 'protobuf' 'python')
 options=('!distcc' '!strip')
 source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip



More information about the arch-commits mailing list