summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b36c9dacf7e..8ff72ee132d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phoronix-test-suite
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
pkgver = 8.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.phoronix-test-suite.com/
install = phoronix-test-suite.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 08898deb195a..792b289ab498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=phoronix-test-suite
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=('any')
license=('GPL3')
@@ -30,6 +30,6 @@ package() {
rm -r "${pkgdir}"/usr/share/phoronix-test-suite/deploy
- sed -i "s#--noconfirm#--noconfirm --asdeps#" pts-core/external-test-dependencies/scripts/install-arch-packages.sh
+ sed -i "s#--noconfirm#--noconfirm --asdeps#" ${pkgdir}/usr/share/phoronix-test-suite/pts-core/external-test-dependencies/scripts/install-arch-packages.sh
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i ${pkgdir}/usr/bin/phoronix-test-suite
}