diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/icingaweb2-module-businessprocess/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/icingaweb2-module-businessprocess/APKBUILD b/testing/icingaweb2-module-businessprocess/APKBUILD index d12079be36..c528ac6696 100644 --- a/testing/icingaweb2-module-businessprocess/APKBUILD +++ b/testing/icingaweb2-module-businessprocess/APKBUILD @@ -3,12 +3,12 @@ pkgname=icingaweb2-module-businessprocess _module=${pkgname/*-/} pkgver=2.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Manage Business Processes in Icinga Web 2" url="http://www.icinga.org" arch="noarch !armhf" license="GPL2" -_php=php5 +_php=php7 depends="icingaweb2-module-director" pkggroups="icingaweb2" subpackages="$pkgname-doc" |