summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 24 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60fdea4dd493..92ba07a0829c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = phoronix-test-suite-git
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 10.2.0m1.r0.g931dd5c73
+ pkgver = 10.8.2.r0.g59dd31383
pkgrel = 1
- url = http://www.phoronix-test-suite.com/
+ url = https://www.phoronix-test-suite.com/
arch = any
license = GPL3
makedepends = git
@@ -17,13 +17,20 @@ pkgbase = phoronix-test-suite-git
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
+ optdepends = gmic
+ optdepends = hugin
+ optdepends = tesseract
+ optdepends = ocrmypdf
+ optdepends = rawtherapee
+ optdepends = gegl
+ optdepends = python-mako: pts/libplacebo
+ optdepends = clang70: pts/oneapi-level-zero
provides = phoronix-test-suite
conflicts = phoronix-test-suite
options = !strip
- source = phoronix-test-suite::git://github.com/phoronix-test-suite/phoronix-test-suite.git
+ source = git+https://github.com/phoronix-test-suite/phoronix-test-suite.git
source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch
sha256sums = SKIP
sha256sums = 577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d
pkgname = phoronix-test-suite-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 532714f1fef3..3c3f6c8b40d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Fabio Austin Haedicke <austin.haedicke@gmail.com>
pkgname=phoronix-test-suite-git
-pkgver=10.2.0m1.r0.g931dd5c73
+pkgver=10.8.2.r0.g59dd31383
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
license=(GPL3)
-url="http://www.phoronix-test-suite.com/"
+url="https://www.phoronix-test-suite.com/"
depends=(php)
makedepends=(git)
optdepends=('python'
@@ -19,10 +19,19 @@ optdepends=('python'
'portaudio: required for universe-cli test suite'
'unzip: required for universe-cli test suite'
'mesa-demos: required for universe-cli test suite'
- 'openmpi: required for universe-cli test suite')
+ 'openmpi: required for universe-cli test suite'
+ gmic
+ hugin
+ tesseract
+ ocrmypdf
+ rawtherapee
+ gegl
+ 'python-mako: pts/libplacebo'
+ 'clang70: pts/oneapi-level-zero'
+)
provides=(phoronix-test-suite)
conflicts=(phoronix-test-suite)
-source=("${pkgname%-git}::git://github.com/phoronix-test-suite/phoronix-test-suite.git"
+source=("git+https://github.com/phoronix-test-suite/phoronix-test-suite.git"
"https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch")
sha256sums=('SKIP'
'577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d')