summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17866d1c2600..e2cb6c8a9270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phoronix-test-suite
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 10.4.0
+ pkgver = 10.6.1
pkgrel = 1
url = http://www.phoronix-test-suite.com/
arch = any
@@ -16,10 +16,9 @@ pkgbase = phoronix-test-suite
optdepends = mesa-demos: required for universe-cli test suite
optdepends = openmpi: required for universe-cli test suite
options = !strip
- source = phoronix-test-suite-10.4.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v10.4.0.tar.gz
+ source = phoronix-test-suite-10.6.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v10.6.1.tar.gz
source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch
- sha256sums = 4feda834008c9844bbe675a6ce9b88a44d36965bc2d0a9d62c1407ba5b084935
+ sha256sums = 136d875a7ad9ec97b437638694fc25818b9262c90017c317d7a16c2255a9492f
sha256sums = 577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d
pkgname = phoronix-test-suite
-
diff --git a/PKGBUILD b/PKGBUILD
index 6b06c94b8d86..fc55ff6abbf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=10.4.0
+pkgver=10.6.1
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
@@ -22,13 +22,13 @@ optdepends=('php-gd'
'openmpi: required for universe-cli test suite')
source=("$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch")
-sha256sums=('4feda834008c9844bbe675a6ce9b88a44d36965bc2d0a9d62c1407ba5b084935'
+sha256sums=('136d875a7ad9ec97b437638694fc25818b9262c90017c317d7a16c2255a9492f'
'577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d')
options=(!strip)
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- patch phoronix-test-suite -i "${srcdir}/phoronix-test-suite-launcher.patch"
+ patch -i "${srcdir}/phoronix-test-suite-launcher.patch" phoronix-test-suite
}
package() {