diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:32:40 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:32:40 +0000 |
commit | de91c603826a1addfbb53d9ee689c93b884878e2 (patch) | |
tree | 185e2fb857bc2dd7005155a7ed898c63656b497b /testing/icingaweb2-module-fileshipper/APKBUILD | |
parent | 475f9d71cf8056052a32a3b560060062897e0028 (diff) | |
download | aports-de91c603826a1addfbb53d9ee689c93b884878e2.tar.bz2 aports-de91c603826a1addfbb53d9ee689c93b884878e2.tar.xz |
testing/icingaweb2-module-fileshipper: uses php7, no longer php5
Diffstat (limited to 'testing/icingaweb2-module-fileshipper/APKBUILD')
-rw-r--r-- | testing/icingaweb2-module-fileshipper/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/icingaweb2-module-fileshipper/APKBUILD b/testing/icingaweb2-module-fileshipper/APKBUILD index 77eeffd07b..93cbce174f 100644 --- a/testing/icingaweb2-module-fileshipper/APKBUILD +++ b/testing/icingaweb2-module-fileshipper/APKBUILD @@ -3,12 +3,12 @@ pkgname=icingaweb2-module-fileshipper _module=${pkgname/*-/} pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director" url="http://www.icinga.org" arch="noarch !armhf" license="GPL2" -_php=php5 +_php=php7 depends="icingaweb2-module-director ${_php}-xml" pkggroups="icingaweb2" subpackages="$pkgname-doc" |