summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Okoński2019-02-13 22:53:18 +0100
committerJakub Okoński2019-02-13 22:53:18 +0100
commit06d05d55d172b8d7fa4407e054da40ef4e7730fe (patch)
treef687f0122f78e5e184e5737df1bf9e094c43e3df /PKGBUILD
parent4ca038d5804a2b8a269d051cb432553c081c807f (diff)
downloadaur-06d05d55d172b8d7fa4407e054da40ef4e7730fe.tar.gz
Bump version to 2.1.0
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() {