Skip to content
Snippets Groups Projects
Commit e6c21189 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/icingaweb2: fix php7-pecl-imagick dependency

parent e2c8dff9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icingaweb2
pkgver=2.6.3
pkgrel=0
pkgrel=1
pkgdesc="Web Interface for Icinga2"
url="http://www.icinga.org"
arch="noarch !armhf !armv7"
......@@ -10,7 +10,7 @@ license="GPL"
_php=php7
depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql
${_php}-mysqlnd ${_php}-gettext ${_php}-ctype ${_php}-openssl ${_php}-sockets
${_php}-json ${_php}-dom ${_php}-imagick ${_php}-pdo_mysql
${_php}-json ${_php}-dom ${_php}-pecl-imagick ${_php}-pdo_mysql
${_php}-pdo_pgsql ${_php}-session ${_php}-curl"
pkggroups="icingaweb2"
options="!check"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment