diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:31:07 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:31:07 +0000 |
commit | 475f9d71cf8056052a32a3b560060062897e0028 (patch) | |
tree | 947e0d47b07939c2e11884c09ca0ae87770b5068 /testing/icingaweb2-module-businessprocess/APKBUILD | |
parent | e9a8b792e86eff760fb75080d563dd43a30c6325 (diff) | |
download | aports-475f9d71cf8056052a32a3b560060062897e0028.tar.bz2 aports-475f9d71cf8056052a32a3b560060062897e0028.tar.xz |
testing/icingaweb2-module-businessprocess: uses php7, no longer php5
Diffstat (limited to 'testing/icingaweb2-module-businessprocess/APKBUILD')
-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" |