aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-07-29 09:51:14 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-07-29 09:51:26 +0000
commit0dfb469c406ac6e10cd1495b29fdf047ab50458d (patch)
tree10c8b57b6df1632ee2711e48b232f658e7822338 /community/icingaweb2/APKBUILD
parentc8b2ba1ecabdacee6b9c3368eb0ff493da560368 (diff)
downloadaports-0dfb469c406ac6e10cd1495b29fdf047ab50458d.tar.bz2
aports-0dfb469c406ac6e10cd1495b29fdf047ab50458d.tar.xz
community/icingaweb2: added missing php[5|7] package
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r--community/icingaweb2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD
index 9cb9369289..4a20c856e4 100644
--- a/community/icingaweb2/APKBUILD
+++ b/community/icingaweb2/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icingaweb2
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Web Interface for Icinga2"
url="http://www.icinga.org"
arch="noarch !armhf"
@@ -11,7 +11,7 @@ _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}-pdo_pgsql"
+ ${_php}-pdo_pgsql ${_php}-session"
pkggroups="icingaweb2"
options="!check"
install="$pkgname.pre-install $pkgname.post-install"