aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-02-08 11:17:54 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-02-08 11:17:58 +0000
commit8823b73bffed3087ac3cfa8ad84de5d9c8d3c184 (patch)
treeebf4e1d17a9e533353d3996aa372d0d091c32d04 /community/icingaweb2
parent3f09b3f17e487624928ed29e9096eae632c92699 (diff)
downloadaports-8823b73bffed3087ac3cfa8ad84de5d9c8d3c184.tar.bz2
aports-8823b73bffed3087ac3cfa8ad84de5d9c8d3c184.tar.xz
community/icingaweb2: removed doubled dependency from icinga2 and added php sockets lib
Diffstat (limited to 'community/icingaweb2')
-rw-r--r--community/icingaweb2/APKBUILD4
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=""