summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-08-21 22:03:12 -0400
committeracxz2020-08-21 22:03:12 -0400
commit6a9a40e1c73337c75fd6f557b4830261f921acf0 (patch)
tree6d10238b52820d9d1c8162528adc28916f8d729f /PKGBUILD
parent7dfbd145d80fb9b35c0ed206d6c599bf4c968a94 (diff)
downloadaur-6a9a40e1c73337c75fd6f557b4830261f921acf0.tar.gz
[rocm-validation-suite] updpkg 3.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f5b68134020..1fa7fd913e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-validation-suite
-pkgver=3.6.0
-pkgrel=3
+pkgver=3.7.0
+pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD
GPUs"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('pciutils' 'doxygen' 'rocblas' 'rocm-smi-lib64' 'git')
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-$pkgver.tar.gz")
-sha256sums=('6cfdb5b524a141fabc31c2f15546f9dd773b161044cffae4c3210b246ce35978')
+sha256sums=('bb42d7fb7ee877b80ce53b0cd1f04b0c8301197b6777d2edddcb44732bf8c9e2')
build() {
mkdir -p "$srcdir/build"