diff options
Diffstat (limited to 'testing')
-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" |