summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0fe96bf82fa..559518d1c363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@ _reponame=mini-ndn
_pkgname=mini-ndn
pkgname=${_pkgname}
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
# epoch=
pkgdesc="Lightweight networking emulation tool that enables testing, experimentation, and research on the NDN platform based on Mininet"
arch=('i686' 'x86_64')
url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()
-depends=('boost' 'ndn-cxx' 'ndn-nfd' 'ndn-chronosync' 'ndn-tools' 'ndn-nlsr' 'ndn-infoedit' 'mininet' 'wireshark-cli' 'python2-setuptools' 'python2-pyndn')
+depends=('boost' 'ndn-cxx' 'ndn-nfd' 'ndn-tools' 'ndn-infoedit' 'mininet' 'wireshark-cli' 'python2-setuptools' 'python2-pyndn')
makedepends=('boost')
checkdepends=()
-optdepends=()
+optdepends=('ndn-nlsr: Support for NLSR')
provides=("${pkgname}")
conflicts=("${pkgname}")
replaces=()