diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:34:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:34:43 +0000 |
commit | 2fb6d95056e04ce8fb30cd5484fec2856581af9b (patch) | |
tree | 96199e837c2c2c7d8a67a6c146031e785b2b882b /testing/icingaweb2-module-generictts | |
parent | de91c603826a1addfbb53d9ee689c93b884878e2 (diff) | |
download | aports-2fb6d95056e04ce8fb30cd5484fec2856581af9b.tar.bz2 aports-2fb6d95056e04ce8fb30cd5484fec2856581af9b.tar.xz |
testing/icingaweb2-module-generictts: uses php7, no longer php5
Diffstat (limited to 'testing/icingaweb2-module-generictts')
-rw-r--r-- | testing/icingaweb2-module-generictts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/icingaweb2-module-generictts/APKBUILD b/testing/icingaweb2-module-generictts/APKBUILD index 1bfe874ca7..c0581c092e 100644 --- a/testing/icingaweb2-module-generictts/APKBUILD +++ b/testing/icingaweb2-module-generictts/APKBUILD @@ -3,12 +3,12 @@ pkgname=icingaweb2-module-generictts _module=${pkgname/*-/} pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Generic ticket system integration into 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" |