aboutsummaryrefslogtreecommitdiffstats
path: root/testing/icingaweb2-module-fileshipper
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-25 14:32:40 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-25 14:32:40 +0000
commitde91c603826a1addfbb53d9ee689c93b884878e2 (patch)
tree185e2fb857bc2dd7005155a7ed898c63656b497b /testing/icingaweb2-module-fileshipper
parent475f9d71cf8056052a32a3b560060062897e0028 (diff)
downloadaports-de91c603826a1addfbb53d9ee689c93b884878e2.tar.bz2
aports-de91c603826a1addfbb53d9ee689c93b884878e2.tar.xz
testing/icingaweb2-module-fileshipper: uses php7, no longer php5
Diffstat (limited to 'testing/icingaweb2-module-fileshipper')
-rw-r--r--testing/icingaweb2-module-fileshipper/APKBUILD4
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"