summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-12-17 15:21:39 +0100
committerEmmanuel Gil Peyrot2017-12-17 15:21:39 +0100
commit2cf45dbe869694eab84ac28a2c23906985eadb1d (patch)
treeefedb0a14076cb6057823a5317f546125a587a04
parent747a7bd3c91dc8e25cf608c2ed7ba85b02b9193c (diff)
downloadaur-2cf45dbe869694eab84ac28a2c23906985eadb1d.tar.gz
Add support for PostgreSQL, and make SQLite optional.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e2ee44f367..a15854dcd4c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 14 09:15:40 UTC 2017
+# Sun Dec 17 14:20:27 UTC 2017
pkgbase = biboumi-git
pkgdesc = XMPP gateway to IRC
- pkgver = r1087.5ba66c3
+ pkgver = r1207.044a1a0
pkgrel = 1
url = https://biboumi.louiz.org/
install = biboumi.install
@@ -14,15 +14,18 @@ pkgbase = biboumi-git
makedepends = git
makedepends = cmake
makedepends = pandoc
+ makedepends = sqlite
+ makedepends = postgresql-libs
depends = expat
depends = libidn
depends = udns
depends = botan
- depends = sqlite
+ optdepends = sqlite: For the SQLite backend.
+ optdepends = postgresql-libs: For the PostgreSQL backend.
provides = biboumi=5.99
conflicts = biboumi
backup = etc/biboumi/biboumi.cfg
- source = biboumi::git+https://git.louiz.org/biboumi.git
+ source = biboumi::git+https://lab.louiz.org/louiz/biboumi.git
source = biboumi.install
source = sysuser.conf
md5sums = SKIP
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'