summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2024-03-08 17:13:03 +0000
committergrufo2024-03-08 17:13:03 +0000
commitb7ce4db8dc2993d10ce907c65d24cc220e7e8b08 (patch)
tree3a4fe0f07c1e894385ce4fba77fbc43ca8a6a353
parenta561aef74ed6979d79acd47d37e6b5d30fc89a34 (diff)
downloadaur-b7ce4db8dc2993d10ce907c65d24cc220e7e8b08.tar.gz
Bump version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 050816e01291..e4767752f4eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnunet-git
pkgdesc = A framework for secure peer-to-peer networking
- pkgver = 0.20.0.r61.g6e33d4434
+ pkgver = 0.21.0.r0.g517cad11b
pkgrel = 1
url = http://gnunet.org
install = gnunet.install
@@ -17,7 +17,8 @@ pkgbase = gnunet-git
makedepends = postgresql
makedepends = python
makedepends = python-sphinx
- makedepends = python-sphinx-book-theme
+ makedepends = python-sphinx-multiversion
+ makedepends = python-sphinx_rtd_theme
makedepends = recutils
makedepends = texinfo
depends = brotli
diff --git a/PKGBUILD b/PKGBUILD
index 2d7dde0b4cde..8c2382352aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_appname='gnunet'
pkgname="${_appname}-git"
-pkgver=0.20.0.r61.g6e33d4434
+pkgver=0.21.0.r0.g517cad11b
pkgrel=1
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
@@ -20,7 +20,8 @@ depends=('brotli' 'gettext' 'gnutls' 'iptables' 'jansson' 'libcurl-gnutls'
'zlib')
makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus'
'pkgconfig' 'postgresql' 'python' 'python-sphinx'
- 'python-sphinx-book-theme' 'recutils' 'texinfo')
+ 'python-sphinx-multiversion' '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'