summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Plano-Lesay2022-03-18 08:30:14 +1100
committerMarc Plano-Lesay2022-03-18 08:30:14 +1100
commit6b63e996a60b3934bce3b410916e77807c16fb0f (patch)
tree6645c57044bf748ae13cf389e90e6a37f9736735 /PKGBUILD
parentf0a8038fb7c996e0bb6432257b44547686e6a249 (diff)
downloadaur-6b63e996a60b3934bce3b410916e77807c16fb0f.tar.gz
upgpkg: ibazel 0.16.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1868533c4f2b..171f1d4ec805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Plano-Lesay <marc.planolesay@gmail.com>
pkgname="ibazel"
-pkgver="0.15.10"
+pkgver="0.16.2"
pkgrel="1"
pkgdesc="Tool for building Bazel targets when source files change."
arch=("i686" "x86_64")
@@ -11,7 +11,7 @@ makedepends=("bazel" "git" "python")
depends=("bazel")
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=("9252e50a2765b8bc1a114fdc2ad19b16f98667982516323e651c1a4b93baee9b")
+sha256sums=("a927520e7ab3a1fb749043e543c57bb211666cd627d053fbe0e8245730beee75")
build() {
cd bazel-watcher-$pkgver