diff options
-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" |