summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'