summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Berto2019-10-04 16:04:55 +0200
committerFilippo Berto2019-10-04 16:04:55 +0200
commitde0356b20d4339e873e8f66b4f892d44efa72980 (patch)
tree174485e38a9f2361b446e0dbfa9f61992abe62fd /PKGBUILD
parent8d3bd93fdf9d2eb1f7dbf55faf05144507f13454 (diff)
downloadaur-de0356b20d4339e873e8f66b4f892d44efa72980.tar.gz
Fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a9c589fdabf..4deca713b7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ _reponame=NFD
_pkgname=ndn-nfd
pkgname=${_pkgname}-git
pkgver=NFD.0.6.6.r37.g606d5ddc
-pkgrel=1
+pkgrel=2
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=("any")
url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()
-depends=()
+depends=('ndn-cxx' 'boost')
makedepends=('git' 'gcc' 'python' 'boost' 'pkgconf' 'sqlite' 'openssl>=1.0.2')
checkdepends=()
optdepends=('valgrind: memory analysis')