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