summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-05-22 18:21:31 +0200
committerTorsten Keßler2022-05-22 18:21:31 +0200
commit6709f5835dfdee513fb420e717a7249614715dae (patch)
tree756c0c2e3383c0f6c2a3a969a81f0974f74dd27b
parent737187afe8da02d381213c5d06dcc68253bbdb19 (diff)
downloadaur-6709f5835dfdee513fb420e717a7249614715dae.tar.gz
upgpkg: rocm-validation-suite 5.1.3-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 947c872032e5..898437c9cd03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocm-validation-suite
pkgdesc = Tool for detecting and troubleshooting common problems affecting AMD GPUs
- pkgver = 5.1.1
- pkgrel = 2
+ pkgver = 5.1.3
+ pkgrel = 1
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
license = MIT
@@ -16,9 +16,9 @@ pkgbase = rocm-validation-suite
options = !staticlibs
options = strip
options = !lto
- source = rocm-validation-suite-5.1.1.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.1.1.tar.gz
+ source = rocm-validation-suite-5.1.3.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.1.3.tar.gz
source = rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch
- sha256sums = 4ec491ec2d96058169186c1acbbd81e03d9c5287c12bea3817ca61252c312cc1
- sha256sums = d21dea379ba0bb17fdf270320ed3a93afc2bc58d3f822da5839aeb48120113a8
+ sha256sums = 0140a4128c31749c078d9e1dc863cbbd690efc65843c34a4b80f0056e5b8c7b6
+ sha256sums = SKIP
pkgname = rocm-validation-suite
diff --git a/PKGBUILD b/PKGBUILD
index 7d46ddb7d372..185898f8b005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: codyfish <fe27 at gmx dot net>
# Contributor: sofiageo <george at sofianos dot dev>
pkgname=rocm-validation-suite
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.1.3
+pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD GPUs"
arch=('x86_64')
url="https://github.com/ROCm-Developer-Tools/ROCmValidationSuite"
@@ -13,8 +13,8 @@ makedepends=('cmake' 'systemd')
options=(!staticlibs strip !lto)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-$pkgver.tar.gz"
"rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch")
-sha256sums=('4ec491ec2d96058169186c1acbbd81e03d9c5287c12bea3817ca61252c312cc1'
- 'd21dea379ba0bb17fdf270320ed3a93afc2bc58d3f822da5839aeb48120113a8')
+sha256sums=('0140a4128c31749c078d9e1dc863cbbd690efc65843c34a4b80f0056e5b8c7b6'
+ 'SKIP')
prepare() {
cd "$srcdir/ROCmValidationSuite-rocm-$pkgver"