summarylogtreecommitdiffstats
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
parent4ca038d5804a2b8a269d051cb432553c081c807f (diff)
downloadaur-06d05d55d172b8d7fa4407e054da40ef4e7730fe.tar.gz
Bump version to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1585522f4f8..d0a9fea9dbc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocblas
pkgdesc = Next generation BLAS implementation for ROCm platform
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/ROCmSoftwarePlatform/rocBLAS
arch = x86_64
license = NCSAOSL
@@ -13,7 +13,7 @@ pkgbase = rocblas
makedepends = python2
depends = hcc
depends = hip
- 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
pkgname = rocblas
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() {