diff options
author | Filippo Berto | 2020-08-07 20:26:11 +0200 |
---|---|---|
committer | Filippo Berto | 2020-08-07 20:26:11 +0200 |
commit | 078a0b21af44f10f784b991ffb6f8364c782d74a (patch) | |
tree | fceac4aada68c6f35d36c8d098d159fc8f14a517 | |
parent | 3a849d4d90b7d5b4f138199018f49fe04fb5363f (diff) | |
download | aur-078a0b21af44f10f784b991ffb6f8364c782d74a.tar.gz |
Removing unnecessary makedepends
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -1,16 +1,14 @@ 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 = 4 + pkgrel = 5 url = https://github.com/named-data/NFD arch = i686 arch = x86_64 license = GPL makedepends = git - makedepends = gcc makedepends = python makedepends = boost - makedepends = pkgconf makedepends = sqlite makedepends = openssl>=1.0.2 depends = ndn-cxx @@ -3,7 +3,7 @@ _reponame=NFD _pkgname=ndn-nfd pkgname=$_pkgname pkgver=0.7.0 -pkgrel=4 +pkgrel=5 # epoch= pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="https://github.com/named-data/${_reponame}" license=('GPL') groups=() depends=('ndn-cxx' 'boost') -makedepends=('git' 'gcc' 'python' 'boost' 'pkgconf' 'sqlite' 'openssl>=1.0.2') +makedepends=('git' 'python' 'boost' 'sqlite' 'openssl>=1.0.2') checkdepends=() optdepends=('valgrind: memory analysis' 'doxygen: build documentation' |