summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2019-10-04 17:18:23 +0200
committerFilippo Berto2019-10-04 17:18:23 +0200
commit8844b9e9abaa3dbaf7b957eeb4635dfceb96547c (patch)
tree822c7ce555bff1bd5000622dc9b6d9aa89a51fda
parent1df3cd9a25e615b9fbd9d7107a0585e705f669d6 (diff)
downloadaur-8844b9e9abaa3dbaf7b957eeb4635dfceb96547c.tar.gz
Fix checkout command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b68ce9d787e4..373b471fe186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-cxx-git
pkgdesc = Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications
pkgver = ndn.cxx.0.6.6.r46.g5e494c0c
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/named-data/ndn-cxx
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3392120a3f6a..656a11a7aa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Filippo Berto <berto.f@protonmail.com>
_pkgname=ndn-cxx
pkgname=${_pkgname}-git
-pkgver=ndn.cxx.0.6.6.r46.g5e494c0c
-pkgrel=3
+pkgver=ndn.cxx.0.6.6.r0.g0d748af3
+pkgrel=1
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
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`
# Run the initial configuration
./waf configure
}