aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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"