summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-11-10 19:13:05 +0100
committerFilippo Berto2020-11-10 19:13:05 +0100
commit4fa9c906799758f6e1d019aa5fd98ec16d7c992d (patch)
treeff1c295ccab28c70165785595fbb4a5f4c86e1dc
parent82f06063698b6bfc3518d3618f8c2671f27391f8 (diff)
downloadaur-ndn-cpp-git.tar.gz
Fixed command path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a591640208e3..e5c642b0ec1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-cpp-git
pkgdesc = A new implementation of a Named Data Networking client library written in C++ and C. It is wire format compatible with the NDN-TLV encoding.
pkgver = v0.17.r66.g6d789adb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/named-data/ndn-cpp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e6fea53e944c..4557e8480dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=ndn-cpp
_pkgname=ndn-cpp
pkgname=${_pkgname}-git
pkgver=v0.17.r66.g6d789adb
-pkgrel=1
+pkgrel=2
# epoch=
pkgdesc="A new implementation of a Named Data Networking client library written in C++ and C. It is wire format compatible with the NDN-TLV encoding."
arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_reponame}"
- configure --prefix=/usr
+ ./configure --prefix=/usr
}
build() {