summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-19 01:03:28 +0200
committerFilippo Berto2020-04-19 01:03:28 +0200
commit592f98f1f2547ad49dda0fec656f2357c2831d0f (patch)
tree09c927a9d50785e43aa73119867ca6f2602a34dd
parent12903d3fdf4b9374841a5f8d371315eea49c5d88 (diff)
downloadaur-592f98f1f2547ad49dda0fec656f2357c2831d0f.tar.gz
Fix package typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72a980ea271b..b35309cdd73a 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 = 2
+ pkgrel = 3
url = https://github.com/named-data/NFD
arch = any
license = GPL
@@ -16,7 +16,7 @@ pkgbase = ndn-nfd
depends = boost
optdepends = valgrind: memory analysis
optdepends = doxygen: build documentation
- optdepends = python-sphynx: build documentation
+ optdepends = python-sphinx: build documentation
provides = ndn-nfd
conflicts = ndn-nfd
source = https://github.com/named-data/NFD/archive/NFD-0.7.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a6f68e36e186..4ffbbebfecfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=NFD
_pkgname=ndn-nfd
pkgname=$_pkgname
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=("any")
@@ -15,7 +15,7 @@ makedepends=('git' 'gcc' 'python' 'boost' 'pkgconf' 'sqlite' 'openssl>=1.0.2')
checkdepends=()
optdepends=('valgrind: memory analysis'
'doxygen: build documentation'
- 'python-sphynx: build documentation')
+ 'python-sphinx: build documentation')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
replaces=()