summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanieri Althoff2020-03-31 15:08:52 -0300
committerGitHub2020-03-31 14:08:52 -0400
commit946e34683e957c9f1d15e666c2547cbb5a415c78 (patch)
tree81969afe3f5009d1812251e8ff1addd048111caa
parentec38979d224af232a50a2e7718e19527e14157a7 (diff)
downloadaur-946e34683e957c9f1d15e666c2547cbb5a415c78.tar.gz
Rename rocr-runtime -> hsa-rocr (#77)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ce5f758362..2d0dd3be28ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test
arch = x86_64
license = custom:NCSAOSL
makedepends = cmake
- depends = rocr-runtime>=3.1.0
+ depends = hsa-rocr>=3.1.0
options = !staticlibs
options = strip
source = rocm_bandwidth_test-roc-3.1.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/roc-3.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8e5def9ca4eb..d07dc73419a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bandwidth test for ROCm"
arch=('x86_64')
url="https://github.com/RadeonOpenCompute/rocm_bandwidth_test"
license=('custom:NCSAOSL')
-depends=("rocr-runtime>=$pkgver" )
+depends=("hsa-rocr>=$pkgver" )
makedepends=('cmake')
options=(!staticlibs strip)
source=("rocm_bandwidth_test-roc-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/roc-$pkgver.tar.gz")