summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-11-23 14:19:06 +0000
committerMaxime Buquet2017-11-23 23:26:55 +0900
commitedb2f7d53766c01c8ffeae1b45a8a869c7408804 (patch)
tree653fb10a03cf14eae59f136674508ff214efafc4
parent9f08966c8a635812d2795d9edbc354f1c57f2deb (diff)
downloadaur-edb2f7d53766c01c8ffeae1b45a8a869c7408804.tar.gz
Add php-zmq to the depends.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b7491526d8..5c6a59ccae06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = movim-git
makedepends = composer
depends = php-gd
depends = php-imagick
+ depends = php-zmq
optdepends = postgresql: to use the postgresql database backend
optdepends = php-pgsql: php bindings for postgresql
optdepends = mariadb: to use the mysql database backend
diff --git a/PKGBUILD b/PKGBUILD
index f22980b853e6..d57ccd5db556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://movim.eu'
license=('AGPL3')
provides=('movim')
conflicts=('movim')
-depends=('php-gd' 'php-imagick')
+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'