summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2018-12-20 11:49:08 +0000
committerMaxime “pep” Buquet2018-12-20 11:49:08 +0000
commitd303e1548b034a317c94584d93b817b0b11cfb64 (patch)
tree339e3ba04ced6f9ac8f9b475fd083e7c40b9cc58 /PKGBUILD
parent53c0d76d1c49e6885aad29deeeb5d815fde15cdf (diff)
downloadaur-d303e1548b034a317c94584d93b817b0b11cfb64.tar.gz
Remove dep on php-zmq
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 895eef3508e4..2944f4f2b7f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://movim.eu'
license=('AGPL3')
provides=('movim')
conflicts=('movim')
-depends=('php-gd' 'php-imagick' 'php-zmq')
+depends=('php-gd' 'php-imagick')
optdepends=('postgresql: to use the postgresql database backend'
'php-pgsql: php bindings for postgresql'
'mariadb: to use the mysql database backend'