summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-07 13:22:00 +0200
committerFilippo Berto2020-08-07 13:22:00 +0200
commit661dbe5012098a912c3e04b85f9c7ba710ed3034 (patch)
tree103e2d865221373f065517272c5a72d47efa2a23
parent2db0ae84ff2fe52a6b7d62dff051971c37902d4e (diff)
downloadaur-661dbe5012098a912c3e04b85f9c7ba710ed3034.tar.gz
Standardized package versioning
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc28a743ae8b..44782edfd085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-nfd-git
pkgdesc = NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol
- pkgver = NFD.0.7.0.r21.gc68b2e8a
- pkgrel = 5
+ pkgver = NFD.0.7.0.r35.g5bafd2c7
+ pkgrel = 6
url = https://github.com/named-data/NFD
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c0e09841fe72..a87992d21d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_reponame=NFD
_pkgname=ndn-nfd
pkgname=${_pkgname}-git
-pkgver=NFD.0.7.0.r21.gc68b2e8a
-pkgrel=5
+pkgver=NFD.0.7.0.r35.g5bafd2c7
+pkgrel=6
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=('i686' 'x86_64')