diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:29:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:29:47 +0000 |
commit | e9a8b792e86eff760fb75080d563dd43a30c6325 (patch) | |
tree | 98338c87728e0ef162fa1cf67d4dfbae3ef72222 /community/icingaweb2-module-director | |
parent | e1e33746131a7b1d2256df03ee8ceaa2058f134f (diff) | |
download | aports-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/APKBUILD | 5 |
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" |