summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Berto2020-08-08 14:41:32 +0200
committerFilippo Berto2020-08-08 14:41:32 +0200
commit10644047c61fb4afe9332461a7db5c84ce18bf02 (patch)
tree655b30e35e7c159fcf6830aae9611da4944753bb /PKGBUILD
parent1ba90af0bd6a06dfe8ab2373e3d264e9df86bcf9 (diff)
downloadaur-10644047c61fb4afe9332461a7db5c84ce18bf02.tar.gz
Fix dependecies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 489eeb12d3d5..8c4875a7a8c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_reponame=ndn-tools
_pkgname=ndn-tools
pkgname=${_pkgname}-git
-pkgver=ndn.tools.0.7.r15.g3527558
-pkgrel=2
+pkgver=ndn.tools.0.7.r16.g9a1b65d
+pkgrel=1
# epoch=
pkgdesc="A collection of basic tools for Named Data Networking"
arch=('i686' 'x86_64')
url="https://github.com/named-data/${_pkgname}"
license=('GPL')
groups=()
-depends=('ndn-cxx' 'boost')
-makedepends=('git' 'python' 'boost' 'sqlite' 'openssl>=1.0.2')
+depends=('ndn-cxx' 'boost' 'libpcap')
+makedepends=('git' 'python')
checkdepends=()
optdepends=()
provides=("${_pkgname}")