summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2018-07-18 10:23:42 +0100
committerMaxime “pep” Buquet2018-07-18 10:28:41 +0100
commit0229222dc9417a22af8c9bf66ca1ab6189f9497e (patch)
tree15e2658eff9897fdfbc048be4acaa26ab8f73de7
parent9b5c72913b2cbfac60e211a3fa4b62b5210fade6 (diff)
downloadaur-0229222dc9417a22af8c9bf66ca1ab6189f9497e.tar.gz
Add sqlite3 as optdepends
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 910de66f79a6..fe1ba1b5343f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = movim-git
pkgdesc = Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
- pkgver = r6815.8fba1ad6
+ pkgver = r6943.9a603a30
pkgrel = 1
url = https://movim.eu
install = movim.install
@@ -14,6 +14,7 @@ pkgbase = movim-git
optdepends = postgresql: to use the postgresql database backend
optdepends = php-pgsql: php bindings for postgresql
optdepends = mariadb: to use the mysql database backend
+ optdepends = sqlite3: to use the sqlite database backend
optdepends = nginx: reverse proxy
optdepends = apache: reverse proxy
optdepends = php-fpm: PHP FactCGI process manager
diff --git a/PKGBUILD b/PKGBUILD
index 33123d5a94b4..73ada376f226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='movim'
pkgname=movim-git
-pkgver=r6815.8fba1ad6
+pkgver=r6943.9a603a30
pkgrel=1
pkgdesc="Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol."
arch=('any')
@@ -15,6 +15,7 @@ depends=('php-gd' 'php-imagick' 'php-zmq')
optdepends=('postgresql: to use the postgresql database backend'
'php-pgsql: php bindings for postgresql'
'mariadb: to use the mysql database backend'
+ 'sqlite3: to use the sqlite database backend'
'nginx: reverse proxy'
'apache: reverse proxy'
'php-fpm: PHP FactCGI process manager')