[arch-commits] Commit in bazel/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Tue Mar 3 12:12:56 UTC 2020
Date: Tuesday, March 3, 2020 @ 12:12:56
Author: kgizdov
Revision: 589637
upgpkg: bazel 2.2.0-1
Modified:
bazel/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 12:02:44 UTC (rev 589636)
+++ PKGBUILD 2020-03-03 12:12:56 UTC (rev 589637)
@@ -4,7 +4,7 @@
# Contributor: Simon Legner <Simon.Legner at gmail.com>
pkgname=bazel
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Correct, reproducible, and fast builds for everyone'
arch=('x86_64')
@@ -15,12 +15,12 @@
options=('!distcc' '!strip')
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig")
-sha512sums=('5a98e7bcc7a078c37a5ee70054c45b2c30ef85c741a081a53e172678a1425b107a529636f32887ad41cd32609b69340dba82478dc20ecc856b131f23ea977200'
+sha512sums=('67011c3a045c0fd74cdcb98eef1c3ead6902a3bd65a629fe49911f9dbb4c39508bd91eb63c1fae68284136ad4994afb42a01c7f10983614e432f8be22a1c566e'
'SKIP')
validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
build() {
- env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
+ env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk --verbose_failures" ./compile.sh
./output/bazel build scripts:bazel-complete.bash
cd output
./bazel shutdown
More information about the arch-commits
mailing list