summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-25 14:47:20 +0200
committerMichel Zou2020-04-25 14:47:20 +0200
commit2a08e15c80b66f9ce7fd1b4b087360ba146bd646 (patch)
treedf117394e88d75fc89ead01b53324f7590bc7324
parent97aaf80a756efdef1edd730317c4f3a78cf90c6c (diff)
downloadaur-2a08e15c80b66f9ce7fd1b4b087360ba146bd646.tar.gz
provide
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13ea2548fc5..fd8a7c12398b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = bazel024-bin
depends = libarchive
depends = zip
depends = unzip
- provides = bazel=0.24.1
+ provides = bazel
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 4ba9ecaaa5b1..c3aa0396cbfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ 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")