summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2023-10-28 12:57:47 +0200
committerEmmanuel Gil Peyrot2023-10-28 12:57:47 +0200
commite618b4afd7abf0165db04103534450005aa4d73e (patch)
tree7d9d42ec5abc84f28ff37173f7d6791cbb379787 /PKGBUILD
parentcfced2c7b10053c9c3f1ef9fececedc0dfab90bd (diff)
downloadaur-biboumi-git.tar.gz
Fix dependency on botan2
Until support for botan3 is added, let’s keep that one.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c73f266a2ad8..59edaf71245e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=biboumi
pkgname="$_pkgname-git"
pkgver=9.0.r27.g2bd91dc
-pkgrel=1
+pkgrel=2
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://biboumi.louiz.org/"
license=('ZLIB')
-depends=('expat' 'libidn' 'udns' 'botan' 'sqlite' 'postgresql-libs')
+depends=('expat' 'libidn' 'udns' 'botan2' 'sqlite' 'postgresql-libs')
makedepends=('git' 'cmake' 'ninja' 'python-sphinx' 'python-sphinx_rtd_theme')
backup=("etc/$_pkgname/$_pkgname.cfg")
install="$_pkgname.install"