diff options
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r-- | community/icingaweb2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index 897b3d2947..407c01bc78 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=icingaweb2 pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" arch="noarch !armhf" license="GPL" _php=php5 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql - ${_php}-mysql ${_php}-gettext ${_php}-ctype icinga2 ${_php}-openssl + ${_php}-mysql ${_php}-gettext ${_php}-ctype ${_php}-openssl ${_php}-sockets ${_php}-json ${_php}-dom ${_php}-imagick ${_php}-pdo_mysql ${_php}-pdo_pgsql" depends_dev="" |