summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Buquet2018-12-28 11:47:39 +0900
committerMaxime Buquet2018-12-28 11:47:39 +0900
commit3edb603b9f725bcb633cfe5634911d214d6bbc05 (patch)
tree0aef1e9f2a88e7f53104e63e6c0ddc57970321f7
parentf3c5fe27120cd2a01460af14113c541d1765a12a (diff)
downloadaur-3edb603b9f725bcb633cfe5634911d214d6bbc05.tar.gz
Add optdepends on php-sqlite
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2c759c4740..181d67f1596e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = movim-git
depends = php-imagick
optdepends = postgresql: to use the postgresql database backend
optdepends = php-pgsql: php bindings for postgresql
+ optdepends = php-sqlite: php bindings for sqlite
optdepends = mariadb: to use the mysql database backend
optdepends = sqlite3: to use the sqlite database backend
optdepends = nginx: reverse proxy
diff --git a/PKGBUILD b/PKGBUILD
index 69b477574fbc..66e036154e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ conflicts=('movim')
depends=('php-gd' 'php-imagick')
optdepends=('postgresql: to use the postgresql database backend'
'php-pgsql: php bindings for postgresql'
+ 'php-sqlite: php bindings for sqlite'
'mariadb: to use the mysql database backend'
'sqlite3: to use the sqlite database backend'
'nginx: reverse proxy'