summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-09-07 01:18:34 +0100
committergrufo2021-09-07 01:18:34 +0100
commit0d0f0fcbba229f5052f8320ca5c5316a9e100491 (patch)
tree28d79bad14542d3ba4866eb7363b3396147c2682
parent7897c7a40422351a0032fb862ba1659a246e991e (diff)
downloadaur-0d0f0fcbba229f5052f8320ca5c5316a9e100491.tar.gz
Updated `$optdepends` array
-rw-r--r--.SRCINFO45
-rw-r--r--PKGBUILD31
2 files changed, 39 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef85c8895091..f216a0da1610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,48 +1,49 @@
pkgbase = gnunet
pkgdesc = A framework for secure peer-to-peer networking
pkgver = 0.15.3
- pkgrel = 2
+ pkgrel = 3
url = http://gnunet.org
arch = i686
arch = x86_64
license = AGPL
- makedepends = pkgconfig
- makedepends = libtool
makedepends = bluez-libs
- makedepends = python
makedepends = libpulse
+ makedepends = libtool
makedepends = opus
+ makedepends = pkgconfig
+ makedepends = python
depends = bash
- depends = which
- depends = gnutls
+ depends = brotli
+ depends = gettext
depends = gnurl
+ depends = gnutls
+ depends = jansson
+ depends = libextractor
depends = libgcrypt
- depends = libunistring
depends = libidn2
depends = libmicrohttpd
- depends = jansson
- depends = nss
+ depends = libsodium
depends = libtool
+ depends = libunistring
+ depends = nss
+ depends = openssl
depends = sqlite
+ depends = which
depends = zlib
- depends = libsodium
- depends = openssl
- depends = libextractor
- depends = brotli
- depends = gettext
- optdepends = postgresql: for an alternative to sqlite in the database plugin
- optdepends = mysql: for an alternative to sqlite in the database plugin
optdepends = bluez: for bluetooth transport
- optdepends = zbar: for reading/writing GNUnet URIs from/to QR codes using gnunet-qr
- optdepends = texlive-core: for generating GNS business cards via gnunet-bcd
- optdepends = miniupnpc: for NAT uPnP support
- optdepends = libpulse: for conversation service
+ optdepends = libgabe: for Attribute-Based Encryption
optdepends = libogg: for conversation service
+ optdepends = libpabc: for re:claimID zero-knowledge privacy credentials
+ optdepends = libpulse: for conversation service
+ optdepends = miniupnpc: for NAT uPnP support
+ optdepends = mysql: for an alternative to sqlite in the database plugin
optdepends = opus: for conversation service
optdepends = pbc: for Attribute-Based Encryption
- optdepends = libgabe: for Attribute-Based Encryption
- optdepends = libpabc: for re:claimID zero-knowledge privacy credentials
+ optdepends = postgresql: for an alternative to sqlite in the database plugin
+ optdepends = python: for test suite
optdepends = texi2mdoc: for automatic mdoc generation
+ 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
conflicts = gnunet-git
conflicts = gnunet-bin
backup = etc/gnunet.conf
diff --git a/PKGBUILD b/PKGBUILD
index 5e1b15462d17..5997acd1d6d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,29 +6,30 @@
pkgname='gnunet'
pkgver='0.15.3'
-pkgrel=2
+pkgrel=3
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' 'which' 'gnutls' 'gnurl' 'libgcrypt' 'libunistring' 'libidn2'
- 'libmicrohttpd' 'jansson' 'nss' 'libtool' 'sqlite' 'zlib' 'libsodium'
- 'openssl' 'libextractor' 'brotli' 'gettext')
-makedepends=('pkgconfig' 'libtool' 'bluez-libs' 'python' 'libpulse' 'opus')
-optdepends=('postgresql: for an alternative to sqlite in the database plugin'
- 'mysql: for an alternative to sqlite in the database plugin'
- 'bluez: for bluetooth transport'
- 'zbar: for reading/writing GNUnet URIs from/to QR codes using gnunet-qr'
- 'texlive-core: for generating GNS business cards via gnunet-bcd'
- 'miniupnpc: for NAT uPnP support'
- 'libpulse: for conversation service'
+depends=('bash' 'brotli' 'gettext' 'gnurl' 'gnutls' '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'
+ 'miniupnpc: for NAT uPnP support'
+ 'mysql: for an alternative to sqlite in the database plugin'
'opus: for conversation service'
'pbc: for Attribute-Based Encryption'
- 'libgabe: for Attribute-Based Encryption'
- 'libpabc: for re:claimID zero-knowledge privacy credentials'
- 'texi2mdoc: for automatic mdoc generation')
+ 'postgresql: for an alternative to sqlite in the database plugin'
+ 'python: for test suite'
+ 'texi2mdoc: for automatic mdoc generation'
+ 'texlive-core: for generating GNS business cards via gnunet-bcd'
+ 'zbar: for reading/writing GNUnet URIs from/to QR codes using gnunet-qr')
backup=("etc/${pkgname}.conf")
source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
"${pkgname}-system.service"