summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--phoronix-test-suite.install11
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb43177ae287..41d682d4742c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = phoronix-test-suite
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 8.6.1
+ pkgver = 8.8.1
pkgrel = 1
url = http://www.phoronix-test-suite.com/
- install = phoronix-test-suite.install
arch = any
license = GPL3
depends = php
@@ -16,8 +15,8 @@ pkgbase = phoronix-test-suite
optdepends = unzip: required for universe-cli test suite
optdepends = mesa-demos: required for universe-cli test suite
optdepends = openmpi: required for universe-cli test suite
- source = phoronix-test-suite-8.6.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.6.1.tar.gz
- sha256sums = 0e270f019c28d07132e848a29d8876ccf588d17c42639cef52332b8d3d015828
+ source = phoronix-test-suite-8.8.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.8.1.tar.gz
+ sha256sums = d51a0749c8d93767686e36a93214d66cd1657c189b68fd61f4dff84fdce2fd5e
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index d302f3977f77..944fd173ec15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=8.6.1
+pkgver=8.8.1
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
@@ -21,9 +21,8 @@ optdepends=('php-gd'
'unzip: required for universe-cli test suite'
'mesa-demos: required for universe-cli test suite'
'openmpi: required for universe-cli test suite')
-install=${pkgname}.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz")
-sha256sums=('0e270f019c28d07132e848a29d8876ccf588d17c42639cef52332b8d3d015828')
+sha256sums=('d51a0749c8d93767686e36a93214d66cd1657c189b68fd61f4dff84fdce2fd5e')
package() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/phoronix-test-suite.install b/phoronix-test-suite.install
deleted file mode 100644
index 2eb526e66a67..000000000000
--- a/phoronix-test-suite.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo ">>>"
- echo ">>> To complete the installation you should edit /etc/php/php.ini."
- echo ">>> - Enable zip.so, sockets.so"
- echo ">>>"
- echo ">>> EXAMPLE:"
- echo ">>> extension=zip.so"
- echo ">>> extension=sockets.so"
- echo ">>>"
- echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}