summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-23 12:12:57 +0200
committerTorsten Keßler2022-07-23 12:12:57 +0200
commitc71c7ec210db1db8925ee0293fe1b01800599811 (patch)
treea577121a8f1348f74c150215afe8705a0bd61356 /PKGBUILD
parent40a4a49dcffe87fa53003b06b9785b2bddd88db1 (diff)
downloadaur-c71c7ec210db1db8925ee0293fe1b01800599811.tar.gz
upgpkg: rocblas 5.2.1-1
Update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92829387e544..d034a731a193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=rocblas
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.2.1
+pkgrel=1
pkgdesc='Next generation BLAS implementation for ROCm platform'
arch=('x86_64')
url='https://rocblas.readthedocs.io/en/latest'
@@ -13,7 +13,7 @@ makedepends=('cmake' 'git' 'python' 'python-pip' 'python-virtualenv' 'python-pya
_rocblas='https://github.com/ROCmSoftwarePlatform/rocBLAS'
source=("$pkgname-$pkgver.tar.gz::$_rocblas/archive/rocm-$pkgver.tar.gz"
"include-path.patch::https://github.com/ROCmSoftwarePlatform/rocBLAS/commit/992429ff1d04195b10f9a3350668e180b34dbdb5.patch")
-sha256sums=('b178b7db5f0af55b21b5f744b8825f5e002daec69b4688e50df2bca2fac155bd'
+sha256sums=('6be804ba8d9e491a85063c220cd0ddbf3d13e3b481eee31041c35a938723f4c6'
'SKIP')
options=(!lto)
_dirname="$(basename "$_rocblas")-$(basename "${source[0]}" ".tar.gz")"