summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-05-19 15:08:22 -0600
committerBenjamin Denhartog2021-05-19 21:55:35 -0600
commit31336055cd12c67f0d3b889fd4bffa5050417c9a (patch)
tree2a6ab1ff65ba0f451621e0525399411bd6864267
parent43d79ad8cd0da922ad94fdad5215dda7c279fd56 (diff)
downloadaur-31336055cd12c67f0d3b889fd4bffa5050417c9a.tar.gz
feat: standardize PKGBUILDs
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bcd1a250a61..7602c42e1652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bazelisk
pkgdesc = A user-friendly launcher for Bazel.
pkgver = 1.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/bazelbuild/bazelisk
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index d0a76e5a305a..6cbae3519f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bazelisk
pkgver=1.8.1
-pkgrel=3
+pkgrel=4
pkgdesc='A user-friendly launcher for Bazel.'
arch=('x86_64')
license=('Apache')
@@ -25,6 +25,7 @@ prepare() {
build() {
cd "bazelisk-${pkgver}"
"${srcdir}/${source[1]%%::*}" build //:bazelisk
+ "${srcdir}/${source[1]%%::*}" shutdown
}
package() {