aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-director
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-25 14:29:43 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-25 14:29:47 +0000
commite9a8b792e86eff760fb75080d563dd43a30c6325 (patch)
tree98338c87728e0ef162fa1cf67d4dfbae3ef72222 /community/icingaweb2-module-director
parente1e33746131a7b1d2256df03ee8ceaa2058f134f (diff)
downloadaports-e9a8b792e86eff760fb75080d563dd43a30c6325.tar.bz2
aports-e9a8b792e86eff760fb75080d563dd43a30c6325.tar.xz
community/icingaweb2-module-director: use php7, no longer php5
Diffstat (limited to 'community/icingaweb2-module-director')
-rw-r--r--community/icingaweb2-module-director/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD
index b2ad44b511..873154e63d 100644
--- a/community/icingaweb2-module-director/APKBUILD
+++ b/community/icingaweb2-module-director/APKBUILD
@@ -3,13 +3,14 @@
pkgname=icingaweb2-module-director
_module=${pkgname/*-/}
pkgver=1.3.2
-pkgrel=0
+pkgrel=1
pkgdesc="Configuration frontend for Icinga 2, integrated automation"
url="http://www.icinga.org"
arch="noarch !armhf"
license="GPL2"
-_php=php5
+_php=php7
depends="icingaweb2 ${_php}-curl"
+options="!check"
pkggroups="icingaweb2"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"