aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/arch/gnunet-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages/arch/gnunet-git/PKGBUILD')
-rw-r--r--contrib/packages/arch/gnunet-git/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/packages/arch/gnunet-git/PKGBUILD b/contrib/packages/arch/gnunet-git/PKGBUILD
index bb4d3598d..006412ff5 100644
--- a/contrib/packages/arch/gnunet-git/PKGBUILD
+++ b/contrib/packages/arch/gnunet-git/PKGBUILD
@@ -6,7 +6,7 @@
6 6
7_appname='gnunet' 7_appname='gnunet'
8pkgname="${_appname}-git" 8pkgname="${_appname}-git"
9pkgver=0.17.0.r0.g0a9c2aa9d 9pkgver=0.17.1.r21.g6a60c7d43
10pkgrel=1 10pkgrel=1
11pkgdesc='A framework for secure peer-to-peer networking' 11pkgdesc='A framework for secure peer-to-peer networking'
12arch=('i686' 'x86_64') 12arch=('i686' 'x86_64')
@@ -16,19 +16,18 @@ conflicts=("${_appname}" "${_appname}-bin")
16provides=("${_appname}") 16provides=("${_appname}")
17depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson' 17depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson'
18 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium' 18 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium'
19 'libtool' 'libunistring' 'nss' 'openssl' 'sqlite' 'which' 'zlib') 19 'libtool' 'libunistring' 'miniupnpc' 'nss' 'openssl' 'sqlite' 'which'
20 'zlib')
20makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus' 21makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus'
21 'pkgconfig' 'postgresql' 'python' 'recutils') 22 'pkgconfig' 'postgresql' 'python' 'recutils')
22optdepends=('bluez: for bluetooth transport' 23optdepends=('bluez: for bluetooth transport'
23 'gnunet-gtk: for handling the gnunet:// URI scheme' 24 'gnunet-gtk: for handling the gnunet:// URI scheme'
24 'libgabe: for Attribute-Based Encryption' 25 'jose: for re:claimID OpenID Connect plugin'
25 'libogg: for conversation service' 26 'libogg: for conversation service'
26 'libpabc: for re:claimID zero-knowledge privacy credentials' 27 'libpabc: for re:claimID zero-knowledge privacy credentials'
27 'libpulse: for conversation service' 28 'libpulse: for conversation service'
28 'miniupnpc: for NAT uPnP support'
29 'mysql: for an alternative to sqlite in the database plugin' 29 'mysql: for an alternative to sqlite in the database plugin'
30 'opus: for conversation service' 30 'opus: for conversation service'
31 'pbc: for Attribute-Based Encryption'
32 'postgresql: for an alternative to sqlite in the database plugin' 31 'postgresql: for an alternative to sqlite in the database plugin'
33 'python: for test suite' 32 'python: for test suite'
34 'texi2mdoc: for automatic mdoc generation' 33 'texi2mdoc: for automatic mdoc generation'