summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d18934fdfb6..0e148158c9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=rocblas
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Next generation BLAS implementation for ROCm platform"
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/rocBLAS"
license=('NCSAOSL')
-depends=(hcc)
+depends=(hcc hip)
makedepends=(git cmake gcc ninja hcc python2)
source=("git+https://github.com/ROCmSoftwarePlatform/rocBLAS.git#tag=v2.0.0")
md5sums=('SKIP')