diff options
author | Lucas Ramage <ramage.lucas@protonmail.com> | 2018-08-23 12:14:18 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 18:18:45 +0000 |
commit | 41d2a56fecb362b625e3c279e754fef376b350e3 (patch) | |
tree | f37dfde97a92f15d0bbb52d38a6ca9d45ca9cccd /testing/phoronix-test-suite | |
parent | 990ff7e3d48bfa1044df73481c3e2c611c7f3677 (diff) | |
download | aports-41d2a56fecb362b625e3c279e754fef376b350e3.tar.bz2 aports-41d2a56fecb362b625e3c279e754fef376b350e3.tar.xz |
testing/phoronix-test-suite: bump dependencies to php7
Diffstat (limited to 'testing/phoronix-test-suite')
-rw-r--r-- | testing/phoronix-test-suite/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index 41e29e35ac..4f10c4a904 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org> pkgname=phoronix-test-suite pkgver=8.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" arch="noarch" license="GPL-3.0" -depends="php5 php5-dom php5-zip php5-json" +depends="php7 php7-dom php7-zip php7-json php7-simplexml" subpackages="pkgname-doc" provides="phoromatic-server phoromatic-client" source="${pkgname}-${pkgver}.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" |