aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
diff options
context:
space:
mode:
authorLucas Ramage <ramage.lucas@protonmail.com>2018-08-23 12:14:18 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-03 18:18:45 +0000
commit41d2a56fecb362b625e3c279e754fef376b350e3 (patch)
treef37dfde97a92f15d0bbb52d38a6ca9d45ca9cccd /testing/phoronix-test-suite/APKBUILD
parent990ff7e3d48bfa1044df73481c3e2c611c7f3677 (diff)
testing/phoronix-test-suite: bump dependencies to php7
Diffstat (limited to 'testing/phoronix-test-suite/APKBUILD')
-rw-r--r--testing/phoronix-test-suite/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD
index 41e29e35acd..4f10c4a904b 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"