summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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"