summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2020-09-27 11:20:01 +1000
committerMarc Plano-Lesay2020-09-27 11:20:01 +1000
commit98e2c3d8635fead32eae1b2588db020b28553493 (patch)
tree6c2cacc2a2545f56e8fc493c2437ce5a80f9e8f7
parent1008850c65ec16fbe2731877a2ab8a09b7fe4e29 (diff)
downloadaur-98e2c3d8635fead32eae1b2588db020b28553493.tar.gz
upgpkg: bazel-buildtools 3.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b836e415364a..c9a685020a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
license = Apache
makedepends = bazel
makedepends = git
- source = https://github.com/bazelbuild/buildtools/archive/3.4.0.tar.gz
- sha256sums = 315dad13406928011b467ca7f2748a59ae817477f9129e1edaae75deb73e9b78
+ source = https://github.com/bazelbuild/buildtools/archive/3.5.0.tar.gz
+ sha256sums = a02ba93b96a8151b5d8d3466580f6c1f7e77212c4eb181cba53eb2cae7752a23
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index 586cf0307aa6..bee0f8d8d5e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
arch=('x86_64')
url='https://github.com/bazelbuild/buildtools'
@@ -11,7 +11,7 @@ pkgdesc="Developer tools for working with Google's bazel buildtool."
makedepends=("bazel" "git")
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=("315dad13406928011b467ca7f2748a59ae817477f9129e1edaae75deb73e9b78")
+sha256sums=("a02ba93b96a8151b5d8d3466580f6c1f7e77212c4eb181cba53eb2cae7752a23")
build() {
cd buildtools-$pkgver