summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e2d7dd983fb..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.8.0.r0.g291cb53ca
+ 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,6 +17,14 @@ 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
diff --git a/PKGBUILD b/PKGBUILD
index 9c457e128e0c..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.8.0.r0.g291cb53ca
+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,7 +19,16 @@ 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=("git+https://github.com/phoronix-test-suite/phoronix-test-suite.git"