From e6c21189f58364d6f13ce073a417e701efa9da94 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 9 May 2019 03:43:14 +0300 Subject: community/icingaweb2: fix php7-pecl-imagick dependency --- community/icingaweb2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/icingaweb2/APKBUILD') diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index 1aa2ff33e1..d9e998aeea 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista 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" -- cgit v1.2.3