summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70151775a642..d0f1651f087a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
_pkgname=biboumi
pkgname="$_pkgname-git"
-pkgver=r1087.5ba66c3
+pkgver=r1207.044a1a0
pkgrel=1
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://biboumi.louiz.org/"
license=('ZLIB')
-depends=('expat' 'libidn' 'udns' 'botan' 'sqlite')
-makedepends=('git' 'cmake' 'pandoc')
+depends=('expat' 'libidn' 'udns' 'botan')
+makedepends=('git' 'cmake' 'pandoc' 'sqlite' 'postgresql-libs')
+optdepends=('sqlite: For the SQLite backend.'
+ 'postgresql-libs: For the PostgreSQL backend.')
backup=("etc/$_pkgname/$_pkgname.cfg")
install="$_pkgname.install"
-source=("$_pkgname::git+https://git.louiz.org/biboumi.git"
+source=("$_pkgname::git+https://lab.louiz.org/louiz/biboumi.git"
'biboumi.install'
'sysuser.conf')
md5sums=('SKIP'