summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-09-11 16:03:18 +0100
committergrufo2021-09-11 16:03:18 +0100
commit5c7fd038c1b1fc3423a0b0d733df67127ab7e0b4 (patch)
treed9e1de61ac975b9b7b0ad5b74231c26b6d42d659
parent45b1c10a0b5648312d163543c4d4f45ea551c26e (diff)
downloadaur-5c7fd038c1b1fc3423a0b0d733df67127ab7e0b4.tar.gz
Removed `bash` and added `iptables` to the `$depends` array; added `makeinfo` and `texinfo` to the `$optdepends` array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a546fbdd451b..2158dc932de6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnunet
pkgdesc = A framework for secure peer-to-peer networking
pkgver = 0.15.3
- pkgrel = 4
+ pkgrel = 5
url = http://gnunet.org
arch = i686
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = gnunet
makedepends = opus
makedepends = pkgconfig
makedepends = python
- depends = bash
depends = brotli
depends = gettext
depends = gnurl
depends = gnutls
+ depends = iptables
depends = jansson
depends = libextractor
depends = libgcrypt
@@ -35,6 +35,7 @@ pkgbase = gnunet
optdepends = libogg: for conversation service
optdepends = libpabc: for re:claimID zero-knowledge privacy credentials
optdepends = libpulse: for conversation service
+ optdepends = makeinfo: for building the documentation
optdepends = miniupnpc: for NAT uPnP support
optdepends = mysql: for an alternative to sqlite in the database plugin
optdepends = opus: for conversation service
@@ -42,8 +43,9 @@ pkgbase = gnunet
optdepends = postgresql: for an alternative to sqlite in the database plugin
optdepends = python: for test suite
optdepends = texi2mdoc: for automatic mdoc generation
+ optdepends = texinfo: for building the documentation
optdepends = texlive-core: for generating GNS business cards via gnunet-bcd
- optdepends = zbar: for reading/writing GNUnet URIs from/to QR codes using gnunet-qr
+ optdepends = zbar: for reading/writing QR codes using gnunet-qr
conflicts = gnunet-git
conflicts = gnunet-bin
backup = etc/gnunet.conf
diff --git a/PKGBUILD b/PKGBUILD
index e9b2bbb218bd..ea0b26d48469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,22 @@
pkgname='gnunet'
pkgver='0.15.3'
-pkgrel=4
+pkgrel=5
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
url="http://${pkgname}.org"
license=('AGPL')
conflicts=("${pkgname}-git" "${pkgname}-bin")
-depends=('bash' 'brotli' 'gettext' 'gnurl' 'gnutls' 'jansson' 'libextractor'
- 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium' 'libtool'
- 'libunistring' 'nss' 'openssl' 'sqlite' 'which' 'zlib')
+depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson'
+ 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium'
+ 'libtool' 'libunistring' 'nss' 'openssl' 'sqlite' 'which' 'zlib')
makedepends=('bluez-libs' 'libpulse' 'libtool' 'opus' 'pkgconfig' 'python')
optdepends=('bluez: for bluetooth transport'
'libgabe: for Attribute-Based Encryption'
'libogg: for conversation service'
'libpabc: for re:claimID zero-knowledge privacy credentials'
'libpulse: for conversation service'
+ 'makeinfo: for building the documentation'
'miniupnpc: for NAT uPnP support'
'mysql: for an alternative to sqlite in the database plugin'
'opus: for conversation service'
@@ -28,8 +29,9 @@ optdepends=('bluez: for bluetooth transport'
'postgresql: for an alternative to sqlite in the database plugin'
'python: for test suite'
'texi2mdoc: for automatic mdoc generation'
+ 'texinfo: for building the documentation'
'texlive-core: for generating GNS business cards via gnunet-bcd'
- 'zbar: for reading/writing GNUnet URIs from/to QR codes using gnunet-qr')
+ 'zbar: for reading/writing QR codes using gnunet-qr')
backup=("etc/${pkgname}.conf")
source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
"${pkgname}-system.service"