summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-08 21:27:08 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-08 21:27:11 +0100
commit19f0fb6ab1cfddc0df9b9cc5e5cdc851608766c1 (patch)
treed85584da0100f2285622eb51ce7821f186755344
parent702269c2d445b9a3c98a7cb64908b9e6481d8543 (diff)
phoronix-test-suite: fix package rename.
I forgot to git-add the changes. This should fix the package rename. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--libre/phoronix-test-suite/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/phoronix-test-suite/PKGBUILD b/libre/phoronix-test-suite/PKGBUILD
index 63612f5bd..5afa25e1a 100644
--- a/libre/phoronix-test-suite/PKGBUILD
+++ b/libre/phoronix-test-suite/PKGBUILD
@@ -3,8 +3,7 @@
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
-_pkgname=phoronix-test-suite
-pkgname=$_pkgname-libre
+pkgname=phoronix-test-suite
pkgver=9.2.1
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux without the nonfree tests"
@@ -21,7 +20,7 @@ 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')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz"
+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"
"0001-Don-t-download-online-tests.patch")
sha256sums=('28acbcb6c5b8eb27c20329cd1a5ea3f1a27abb69812c4b1eeade4b91c89fc7d8'
@@ -30,7 +29,7 @@ sha256sums=('28acbcb6c5b8eb27c20329cd1a5ea3f1a27abb69812c4b1eeade4b91c89fc7d8'
options=(!strip)
prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
patch phoronix-test-suite -i "${srcdir}/phoronix-test-suite-launcher.patch"
patch -p1 -i "${srcdir}/0001-Don-t-download-online-tests.patch"
# Remove cached data from openbenchmarking that might include nonfree tests
@@ -38,7 +37,7 @@ prepare() {
}
package() {
- cd "$srcdir/$_pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
./install-sh $pkgdir/usr
rm -r "${pkgdir}"/usr/share/phoronix-test-suite/deploy