summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-02-06 11:42:14 +0100
committerFabioLolix2022-02-06 11:42:14 +0100
commitf36faf283fa313a7df0cf916802085d751b6ec36 (patch)
tree74622ba766042dcb386ef9c8dfbf639b958a1c71
parentf852bcba6c0f13f23bf11c69c316d10a4d950009 (diff)
downloadaur-f36faf283fa313a7df0cf916802085d751b6ec36.tar.gz
use git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b3654a0c90..9e2d7dd983fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phoronix-test-suite-git
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 10.2.1.r0.g7e8892fb1
+ pkgver = 10.8.0.r0.g291cb53ca
pkgrel = 1
url = http://www.phoronix-test-suite.com/
arch = any
@@ -20,10 +20,9 @@ pkgbase = phoronix-test-suite-git
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 870f8238e466..9c457e128e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabio Austin Haedicke <austin.haedicke@gmail.com>
pkgname=phoronix-test-suite-git
-pkgver=10.2.1.r0.g7e8892fb1
+pkgver=10.8.0.r0.g291cb53ca
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
@@ -22,7 +22,7 @@ optdepends=('python'
'openmpi: required for universe-cli test suite')
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')