summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-08-21 22:03:12 -0400
committeracxz2020-08-21 22:03:12 -0400
commit6a9a40e1c73337c75fd6f557b4830261f921acf0 (patch)
tree6d10238b52820d9d1c8162528adc28916f8d729f
parent7dfbd145d80fb9b35c0ed206d6c599bf4c968a94 (diff)
downloadaur-6a9a40e1c73337c75fd6f557b4830261f921acf0.tar.gz
[rocm-validation-suite] updpkg 3.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52948521f677..f34d15af95f0 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 = 3.6.0
- pkgrel = 3
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
license = MIT
@@ -13,8 +13,8 @@ pkgbase = rocm-validation-suite
depends = git
options = !staticlibs
options = strip
- source = rocm-validation-suite-3.6.0.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-3.6.0.tar.gz
- sha256sums = 6cfdb5b524a141fabc31c2f15546f9dd773b161044cffae4c3210b246ce35978
+ source = rocm-validation-suite-3.7.0.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-3.7.0.tar.gz
+ sha256sums = bb42d7fb7ee877b80ce53b0cd1f04b0c8301197b6777d2edddcb44732bf8c9e2
pkgname = rocm-validation-suite
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"