summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34583f0f3351..89e7b5462f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-validation-suite
pkgdesc = Tool for detecting and troubleshooting common problems affecting AMD GPUs
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
@@ -9,15 +9,15 @@ pkgbase = rocm-validation-suite
depends = pciutils
depends = doxygen
depends = rocblas
- depends = rocm-smi-lib64
+ depends = rocm-smi-lib
depends = git
depends = libpciaccess
options = !staticlibs
options = strip
options = !lto
- source = rocm-validation-suite-5.1.0.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.1.0.tar.gz
+ source = rocm-validation-suite-5.1.1.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.1.1.tar.gz
source = rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch
- sha256sums = d9b9771b885bd94e5d0352290d3fe0fa12f94ce3f384c3844002cd7614880010
+ sha256sums = 4ec491ec2d96058169186c1acbbd81e03d9c5287c12bea3817ca61252c312cc1
sha256sums = d21dea379ba0bb17fdf270320ed3a93afc2bc58d3f822da5839aeb48120113a8
pkgname = rocm-validation-suite
diff --git a/PKGBUILD b/PKGBUILD
index 07aeb9ea9e65..1a961657e8a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: codyfish <fe27 at gmx dot net>
# Contributor: sofiageo <george at sofianos dot dev>
pkgname=rocm-validation-suite
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD GPUs"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('cmake')
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=('d9b9771b885bd94e5d0352290d3fe0fa12f94ce3f384c3844002cd7614880010'
+sha256sums=('4ec491ec2d96058169186c1acbbd81e03d9c5287c12bea3817ca61252c312cc1'
'd21dea379ba0bb17fdf270320ed3a93afc2bc58d3f822da5839aeb48120113a8')
prepare() {