summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-06-14 10:16:15 +0100
committerEmmanuel Gil Peyrot2017-06-14 10:16:15 +0100
commit747a7bd3c91dc8e25cf608c2ed7ba85b02b9193c (patch)
tree7cf1ebea8f13dcd14ceaa9703ab525b6b59fdecf
parentd72147074c54c7560a2076d74b7efc9739999d1e (diff)
downloadaur-747a7bd3c91dc8e25cf608c2ed7ba85b02b9193c.tar.gz
Replace litesql-git with sqlite, as per https://lab.louiz.org/louiz/biboumi/merge_requests/11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080212f04771..92e2ee44f367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 24 13:31:07 UTC 2017
+# Wed Jun 14 09:15:40 UTC 2017
pkgbase = biboumi-git
pkgdesc = XMPP gateway to IRC
- pkgver = r1071.23a3372
+ pkgver = r1087.5ba66c3
pkgrel = 1
url = https://biboumi.louiz.org/
install = biboumi.install
@@ -18,7 +18,7 @@ pkgbase = biboumi-git
depends = libidn
depends = udns
depends = botan
- depends = litesql-git
+ depends = sqlite
provides = biboumi=5.99
conflicts = biboumi
backup = etc/biboumi/biboumi.cfg
diff --git a/PKGBUILD b/PKGBUILD
index 299eb03cd227..70151775a642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=biboumi
pkgname="$_pkgname-git"
-pkgver=r1071.23a3372
+pkgver=r1087.5ba66c3
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' 'litesql-git')
+depends=('expat' 'libidn' 'udns' 'botan' 'sqlite')
makedepends=('git' 'cmake' 'pandoc')
backup=("etc/$_pkgname/$_pkgname.cfg")
install="$_pkgname.install"