summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2021-08-27 01:42:52 +0100
committergrufo2021-08-27 01:42:52 +0100
commitae70b828e215f4dbc96ffdd76156c0519425eded (patch)
tree73a1f29a386890fc9c7b5b02ec45f2f755632b33 /PKGBUILD
parente55129d120ebb65a8ce2d2fc58464540a6bdecf1 (diff)
downloadaur-ae70b828e215f4dbc96ffdd76156c0519425eded.tar.gz
PKGBUILD: updated optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b47dd73e0cd6..401a158539f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='gnunet'
pkgver='0.15.2'
-pkgrel=3
+pkgrel=4
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
url="http://${pkgname}.org"
@@ -16,15 +16,19 @@ 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=('bluez: for bluetooth transport'
+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'
+ 'libogg: for conversation service'
'opus: for conversation service'
'pbc: for Attribute-Based Encryption'
'libgabe: for Attribute-Based Encryption'
- 'libpabc: for re:claimID zero-knowledge privacy credentials')
+ 'libpabc: for re:claimID zero-knowledge privacy credentials'
+ 'texi2mdoc: for automatic mdoc generation')
backup=("etc/${pkgname}.conf")
options=('!makeflags')
source=("ftp://ftp.gnu.org/gnu/gnunet/${pkgname}-${pkgver}.tar.gz"{,.sig}