summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-25 14:49:11 +0200
committerMichel Zou2020-04-25 14:49:11 +0200
commit704b6d41c898c0181a82f716ad548e8066238393 (patch)
tree68634c237003382b7cad73dcff6c1b92c92acea0
parent2a08e15c80b66f9ce7fd1b4b087360ba146bd646 (diff)
downloadaur-bazel024-bin.tar.gz
provide
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd8a7c12398b..a13ea2548fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = bazel024-bin
depends = libarchive
depends = zip
depends = unzip
- provides = bazel
+ provides = bazel=0.24.1
conflicts = bazel
options = !strip
source = https://github.com/bazelbuild/bazel/releases/download/0.24.1/bazel-0.24.1-installer-linux-x86_64.sh
diff --git a/PKGBUILD b/PKGBUILD
index c3aa0396cbfd..4ba9ecaaa5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url='https://bazel.io/'
depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
makedepends=()
provides=("bazel=${pkgver}")
-provides=("bazel")
conflicts=('bazel')
options=('!strip')
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-installer-linux-x86_64.sh")