summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-08 00:54:25 +0200
committerFilippo Berto2020-08-08 00:54:25 +0200
commitf8e70987803ec8221f29ce3edf9a1bdda79df98b (patch)
treec0cf0d8471a10857a41521b73f3e57346cea6fb0
parenta825de4b4e97fd46d50b0127ef8830539e5268a1 (diff)
downloadaur-f8e70987803ec8221f29ce3edf9a1bdda79df98b.tar.gz
Fix url
-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')