summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-14 17:49:54 +0200
committerFilippo Berto2020-08-14 17:49:54 +0200
commit7a2440d6c6110c4289981583d3b2b6e030c0bc5f (patch)
treee704eb61cb4884e70066f5b218ef20b9c86f6809
parent0ab65a8e9c68a64f0475886b7c3f4daa5dba6208 (diff)
downloadaur-7a2440d6c6110c4289981583d3b2b6e030c0bc5f.tar.gz
Move ndn-nlsr to optional components
-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=()