summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc341c5d0a5..322fee15f812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-tools
pkgdesc = A collection of basic tools for Named Data Networking
pkgver = 0.7
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/named-data/ndn-tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 90b21cab5759..2db792f5d958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ _reponame=ndn-tools
_pkgname=ndn-tools
pkgname=ndn-tools
pkgver=0.7
-pkgrel=4
+pkgrel=5
# epoch=
pkgdesc="A collection of basic tools for Named Data Networking"
arch=('i686' 'x86_64')
-url="https://github.com/named-data/${pkgname}"
+url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()
depends=('ndn-cxx' 'boost')