summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-12-19 14:55:40 +0100
committerEmmanuel Gil Peyrot2017-12-19 14:55:40 +0100
commit604b55ac199fb7112f6a2c2b3785c993c1981d3b (patch)
treeac67f10af00b129a14ebaa125044f4a0e73f7faf
parent2cf45dbe869694eab84ac28a2c23906985eadb1d (diff)
downloadaur-604b55ac199fb7112f6a2c2b3785c993c1981d3b.tar.gz
Move optdepends to depends, as biboumi needs them at runtime.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a15854dcd4c0..5a73ed29bf11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 17 14:20:27 UTC 2017
+# Tue Dec 19 13:55:18 UTC 2017
pkgbase = biboumi-git
pkgdesc = XMPP gateway to IRC
pkgver = r1207.044a1a0
@@ -14,14 +14,12 @@ pkgbase = biboumi-git
makedepends = git
makedepends = cmake
makedepends = pandoc
- makedepends = sqlite
- makedepends = postgresql-libs
depends = expat
depends = libidn
depends = udns
depends = botan
- optdepends = sqlite: For the SQLite backend.
- optdepends = postgresql-libs: For the PostgreSQL backend.
+ depends = sqlite
+ depends = postgresql-libs
provides = biboumi=5.99
conflicts = biboumi
backup = etc/biboumi/biboumi.cfg
diff --git a/PKGBUILD b/PKGBUILD
index d0f1651f087a..61f23a4efe77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,8 @@ pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://biboumi.louiz.org/"
license=('ZLIB')
-depends=('expat' 'libidn' 'udns' 'botan')
-makedepends=('git' 'cmake' 'pandoc' 'sqlite' 'postgresql-libs')
-optdepends=('sqlite: For the SQLite backend.'
- 'postgresql-libs: For the PostgreSQL backend.')
+depends=('expat' 'libidn' 'udns' 'botan' 'sqlite' 'postgresql-libs')
+makedepends=('git' 'cmake' 'pandoc')
backup=("etc/$_pkgname/$_pkgname.cfg")
install="$_pkgname.install"
source=("$_pkgname::git+https://lab.louiz.org/louiz/biboumi.git"