summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Martin2017-04-25 13:32:57 +0200
committerTobias Martin2017-04-25 13:32:57 +0200
commit79c7845fe6fce97f4dfdb1fdfb8367b867e5e609 (patch)
treedf91a56197d6d09ba16acf09f42faa5a21ce6eb7 /PKGBUILD
parent90c524ed27d19a9675daeb91025b7176b7dcda0c (diff)
downloadaur-79c7845fe6fce97f4dfdb1fdfb8367b867e5e609.tar.gz
make namcap happy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6382a30f64bf..dedc04896b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=cni
pkgname=${_pkgname}-git
-pkgver=r543.137b497
-pkgrel=1
+pkgver=r551.21d9639
+pkgrel=2
pkgdesc="Specification and libraries for writing plugins to configure network interfaces in Linux containers"
arch=('i686' 'x86_64')
url="https://github.com/containernetworking/cni"
license=('apache')
makedepends=('git' 'go')
+depends=('glibc')
source=("${pkgname}::git+https://github.com/containernetworking/${_pkgname}.git#branch=master")
sha512sums=('SKIP')