summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Martin2017-04-08 16:49:42 +0200
committerTobias Martin2017-04-08 16:49:42 +0200
commit90c524ed27d19a9675daeb91025b7176b7dcda0c (patch)
treec05410f8ca556e08842cbbec837824f02c97be51
parente84d6b666f410b1419894c33db37011f0fef7b9a (diff)
downloadaur-90c524ed27d19a9675daeb91025b7176b7dcda0c.tar.gz
Updated build command
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f1403484dff..6382a30f64bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cni
pkgname=${_pkgname}-git
-pkgver=r428.de002ff
+pkgver=r543.137b497
pkgrel=1
pkgdesc="Specification and libraries for writing plugins to configure network interfaces in Linux containers"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- ./build
+ ./build.sh
}
package() {