summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Berto2019-10-04 17:39:42 +0200
committerFilippo Berto2019-10-04 17:39:42 +0200
commit92b59ae82f779f619c4e878484230e0bae027e59 (patch)
tree20908e7d62504626904453aadc80434c3c65efe9 /PKGBUILD
parent96908b080d9e2f7e07319d37ddab99d7f5f7c03e (diff)
downloadaur-92b59ae82f779f619c4e878484230e0bae027e59.tar.gz
Fix checkout command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e693588e8d6..c1c44b528535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Filippo Berto <berto.f@protonmail.com>
_pkgname=ndn-tools
pkgname=${_pkgname}-git
-pkgver=ndn.tools.0.6.4.r23.g11c6991
-pkgrel=1
+pkgver=ndn.tools.0.6.4.r0.g6cc1dfb
+pkgrel=2
# epoch=
pkgdesc="ndn-tools is a collection of basic tools for Named Data Networking"
arch=("any")
@@ -26,7 +26,7 @@ validpgpkeys=()
prepare() {
cd "${srcdir}/${_pkgname}"
- git checkout `g describe --tags --abbrev=0`
+ git checkout `git describe --tags --abbrev=0`
git submodule update --init
# Run the initial configuration
./waf configure