Date: Friday, May 12, 2023 @ 00:33:23
  Author: svenstaro
Revision: 1460027

upgpkg: bazel 6.2.0-1

Modified:
  bazel/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 23:50:36 UTC (rev 1460026)
+++ PKGBUILD    2023-05-12 00:33:23 UTC (rev 1460027)
@@ -4,7 +4,7 @@
 # Contributor: Simon Legner <[email protected]>
 
 pkgname=bazel
-pkgver=6.1.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -11,15 +11,17 @@
 license=('Apache')
 url='https://bazel.build/'
 depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
+makedepends=('git' 'protobuf' 'python' 'gcc12')
 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";)
-b2sums=('90291c86b8037f339da6108b048190e2d1600890d1dec856e5320a50d981735d013b8a01f256e10d30c763e9152f78e96eda817a9b57cc5f01bc4020e6eb37c0'
+b2sums=('9516deae60f4193e68687909e3dff0539030d55ee220973890c41c82bb390f04327411fc2a4f0f6782279ae3c2d127498283a86ecc86c2fcdf424b3bd10bad93'
         'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 
 build() {
+  export CC=gcc-12
+  export CXX=g++-12
   EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
   ./output/bazel build scripts:bazel-complete.bash
   cd output

Reply via email to