summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-08 15:46:44 +0200
committerFilippo Berto2020-08-08 15:46:44 +0200
commit1c1820ca49248d1276ddb61423df66d6b4651f91 (patch)
tree9aa2b076696e9aa0c9516de686f462786f6e8e35
parentd5b74778cbe644506515c06b932ea89bef7917b2 (diff)
downloadaur-1c1820ca49248d1276ddb61423df66d6b4651f91.tar.gz
Fix dependecies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babccadbcafa..d1f4d6ad6732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
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 = 6
+ pkgrel = 7
url = https://github.com/named-data/NFD
arch = i686
arch = x86_64
license = GPL
makedepends = git
makedepends = python
- makedepends = boost
- makedepends = sqlite
- makedepends = openssl>=1.0.2
+ makedepends = python-sphinx
+ makedepends = doxygen
depends = ndn-cxx
depends = boost
optdepends = valgrind: memory analysis
- optdepends = doxygen: 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 2576c03f8b8c..6fc28d493d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=NFD
_pkgname=ndn-nfd
pkgname=$_pkgname
pkgver=0.7.0
-pkgrel=6
+pkgrel=7
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=('i686' 'x86_64')
@@ -11,11 +11,9 @@ url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()
depends=('ndn-cxx' 'boost')
-makedepends=('git' 'python' 'boost' 'sqlite' 'openssl>=1.0.2')
+makedepends=('git' 'python' 'python-sphinx' 'doxygen')
checkdepends=()
-optdepends=('valgrind: memory analysis'
- 'doxygen: build documentation'
- 'python-sphinx: build documentation')
+optdepends=('valgrind: memory analysis')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
replaces=()