summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-06-14 12:09:11 -0400
committeracxz2020-06-14 12:09:11 -0400
commitfa654121f89a947cbdc4685c637cc7de236ef7df (patch)
treec686bc0be851861ad28ec9e64049593ed5751d17
parent1a0de351596c36662c33c61a6c8455707433143c (diff)
downloadaur-fa654121f89a947cbdc4685c637cc7de236ef7df.tar.gz
fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ab5ab61ffa..5e71d2d9faa1 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 = 1
+ pkgrel = 2
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = rocm-validation-suite
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 = fd036ed5fb8cfc9b1e26c6c320ceb322177ed0b4d36d354edd35b120d337c8f6
+ sha256sums = 4b9b4438c007173e0cb2f1058f9cf9c0f8d0bbd1e6065ffb99fa51910a303e68
pkgname = rocm-validation-suite
diff --git a/PKGBUILD b/PKGBUILD
index 396f8d93e7d1..c2f71ee2e5b9 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=1
+pkgrel=2
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD
GPUs"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('pciutils' 'doxygen' 'rocblas' 'rocm-smi-lib' 'git')
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-$pkgver.tar.gz")
-sha256sums=('fd036ed5fb8cfc9b1e26c6c320ceb322177ed0b4d36d354edd35b120d337c8f6')
+sha256sums=('4b9b4438c007173e0cb2f1058f9cf9c0f8d0bbd1e6065ffb99fa51910a303e68')
build() {
mkdir -p "$srcdir/build"