summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2016-03-21 13:03:38 +0100
committerAdriĆ  Arrufat2016-03-21 13:03:38 +0100
commitc9d00a529444e0b96f38a1b0bf46e9193fd51296 (patch)
tree7d02037e977ce6febe2bdbda3d49413fca53870f /PKGBUILD
parent1b309e25b052ecb4f1afc78fdda0b0dc723fd42e (diff)
downloadaur-c9d00a529444e0b96f38a1b0bf46e9193fd51296.tar.gz
Add provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fec8fa9d515..e93e26c0d983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: Simon Legner <Simon.Legner@gmail.com>
+# Maintainer: Adria Arrufat (archdria) <adria.arrufat+AUR@protonmail.ch>
+# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=bazel-git
-pkgver=r2293.ab4abc4
+pkgver=r4663.9bc5c34
pkgrel=1
pkgdesc="Correct, reproducible, and fast builds for everyone"
arch=('i686' 'x86_64')
url="http://bazel.io/"
license=('Apache')
depends=('java-environment=8' 'libarchive' 'zip' 'unzip')
+provides=('bazel')
makedepends=('git' 'protobuf')
install=bazel.install
options=('!strip')