summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2022-12-08 01:35:10 +0000
committergrufo2022-12-08 01:35:10 +0000
commit830e17c211387b6065b6bed30c24edd8c7109111 (patch)
treecb58aede8c89c4be9c2346d8c795a5e02317b047 /PKGBUILD
parentb3a9deac560afc4418c2f457921c61ef882fa225 (diff)
downloadaur-830e17c211387b6065b6bed30c24edd8c7109111.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 843e26ccefd5..e4e7f551047d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_appname='gnunet'
pkgname="${_appname}-git"
-pkgver=0.17.5.r22.g1399cdb9c
+pkgver=0.19.0.r2.gc37934345
pkgrel=1
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ depends=('brotli' 'gettext' 'gnutls' 'iptables' 'jansson' 'libcurl-gnutls'
'zlib')
makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus'
'pkgconfig' 'postgresql' 'python' 'python-sphinx'
- 'python-sphinx_rtd_theme' 'recutils')
+ 'python-sphinx_rtd_theme' 'recutils' 'texinfo')
optdepends=('bluez: for bluetooth transport'
'gnunet-gtk: for handling the gnunet:// URI scheme'
'jose: for re:claimID OpenID Connect plugin'
@@ -32,7 +32,6 @@ 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 QR codes using gnunet-qr')
backup=("etc/${_appname}.conf")