summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-07 20:26:11 +0200
committerFilippo Berto2020-08-07 20:26:11 +0200
commit078a0b21af44f10f784b991ffb6f8364c782d74a (patch)
treefceac4aada68c6f35d36c8d098d159fc8f14a517
parent3a849d4d90b7d5b4f138199018f49fe04fb5363f (diff)
downloadaur-078a0b21af44f10f784b991ffb6f8364c782d74a.tar.gz
Removing unnecessary makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35256a05e95..1b49c79d703e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 477d039bf062..0adb9137b0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'