aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-28 12:50:16 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-03 10:44:50 +0200
commita839de61de077e5d327a7490b050db3b00235052 (patch)
tree2dc9414fec88b271ea550da529cd2e824b6c78ae /testing/phoronix-test-suite/APKBUILD
parentac320fc40b52add5d4c39dbf471be43ebcf76fd2 (diff)
testing/phoronix-test-suite: upgrade to 9.0.0
* style fixes
Diffstat (limited to 'testing/phoronix-test-suite/APKBUILD')
-rw-r--r--testing/phoronix-test-suite/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD
index 019b7b7279f..59e1e70e2c2 100644
--- a/testing/phoronix-test-suite/APKBUILD
+++ b/testing/phoronix-test-suite/APKBUILD
@@ -1,20 +1,20 @@
# Contributor: Lucas Ramage <ramage.lucas@protonmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
pkgname=phoronix-test-suite
-pkgver=8.4.1
+pkgver=9.0.0
pkgrel=0
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
url="https://www.phoronix-test-suite.com"
arch="noarch"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
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"
-options="!check"
+source="$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v$pkgver.tar.gz"
+options="!check" # no tests
package() {
- cd $builddir
- DESTDIR="${pkgdir}" ./install-sh
+ DESTDIR="$pkgdir" ./install-sh
}
-sha512sums="f3eb28cbf9daef353ef129aaee1354e0b532e0bc5148a6b0c85397b3de663e1efc17a0ca8001a86868fb07471aab28870a8177f0f1362a0704e84ef1c768342f phoronix-test-suite-8.4.1.tar.gz"
+
+sha512sums="4586d5ce40d83402961c2454e7841d3c1501b1d47625f8ed56c250df491df4d3e00fdde38e71d343528cad5f6d65d236558e00c4583de8c1227da35b29bbe9c0 phoronix-test-suite-9.0.0.tar.gz"