summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-19 00:36:41 +0200
committerFilippo Berto2020-04-19 00:37:27 +0200
commit12903d3fdf4b9374841a5f8d371315eea49c5d88 (patch)
tree3946eab9dc4f7986712b1ee77514f7080e40088a
parent025a840d51a0f0f1ec60bdf2f0be4c8a1230914e (diff)
downloadaur-12903d3fdf4b9374841a5f8d371315eea49c5d88.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e106e932f43..72a980ea271b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-nfd
pkgdesc = NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/named-data/NFD
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ea3f9688fd16..a6f68e36e186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=NFD
_pkgname=ndn-nfd
pkgname=$_pkgname
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=("any")
@@ -39,8 +39,6 @@ prepare() {
cd "${srcdir}/${_reponame}-${_reponame}-${pkgver}"
- ls -la
-
./waf configure --prefix=/usr
}