summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-08-07 20:29:36 +0200
committerFilippo Berto2020-08-07 20:29:36 +0200
commit66ef4fc8e06ce745d039224a2ab2496219559ad4 (patch)
treece124695b05daea9e0a1d1f7e51eb69ffb86322f
parenta35f5c8473122f3f8c2bb90ad537aebee2b085a5 (diff)
downloadaur-66ef4fc8e06ce745d039224a2ab2496219559ad4.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 cd621d48ac8f..3bb51c16e60f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = ndn-psync
pkgdesc = NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/named-data/PSync
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 f14c55a279ce..29bd12ac4123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=PSync
_pkgname=ndn-psync
pkgname=$_pkgname
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
# 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'