summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-10-10 10:16:48 +0800
committerLetu Ren2023-10-10 10:16:48 +0800
commitcb1b40038371114edba947360c379b6492164e7d (patch)
tree17f2117fe0052bc17f63948ac36cda6812e0dd95
parentadde88e32c92f97f7c0395463972643636bed0ca (diff)
downloadaur-cb1b40038371114edba947360c379b6492164e7d.tar.gz
provide bazelisk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db97f5c907b7..3c0ba37ba716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = bazelisk-bin
pkgdesc = A user-friendly launcher for Bazel
pkgver = 1.18.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/bazelbuild/bazelisk
arch = x86_64
license = Apache
+ provides = bazelisk
conflicts = bazelisk
source = bazelisk-linux-amd64-1.18.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64
sha256sums = ce52caa51ef9e509fb6b7e5ad892e5cf10feb0794b0aed4d2f36adb00a1a2779
diff --git a/PKGBUILD b/PKGBUILD
index 8c97c6ab8547..4632f2ebd828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=bazelisk-bin
pkgver=1.18.0
-pkgrel=3
+pkgrel=4
pkgdesc='A user-friendly launcher for Bazel'
arch=('x86_64')
url='https://github.com/bazelbuild/bazelisk'
license=('Apache')
+provides=('bazelisk')
conflicts=('bazelisk')
source=(
"bazelisk-linux-amd64-${pkgver}::https://github.com/bazelbuild/bazelisk/releases/download/v${pkgver}/bazelisk-linux-amd64"