summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-03-06 14:15:00 +0100
committerTorsten Keßler2022-03-06 14:15:00 +0100
commite53d5d53ecbf75d81e44e30892de3b967abd330d (patch)
tree2d238c30ec6ed8d7d2f7bfdb4ea3a9d0a837192b /PKGBUILD
parente53f4e8ae4aa3cb5f175c67c68864d3c19843666 (diff)
downloadaur-e53d5d53ecbf75d81e44e30892de3b967abd330d.tar.gz
upgpkg: rocblas 5.0.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddd156838026..3ed8e06b8510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=rocblas
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc='Next generation BLAS implementation for ROCm platform'
arch=('x86_64')
@@ -12,8 +12,7 @@ makedepends=('cmake' 'git' 'python' 'python-virtualenv' 'python-pyaml'
'perl-file-which' 'msgpack-c' 'rocm-cmake' 'gcc-fortran')
_rocblas='https://github.com/ROCmSoftwarePlatform/rocBLAS'
source=("$pkgname-$pkgver.tar.gz::$_rocblas/archive/rocm-$pkgver.tar.gz")
-sha256sums=('a2f615046d77ca7bddd93d88a7638cf0b2cc18e0614be5ca93e758c9ada11bf8')
-options=(!strip)
+sha256sums=('358a0902fc279bfc80205659a90e96269cb7d83a80386b121e4e3dfe221fec23')
_dirname="$(basename "$_rocblas")-$(basename "${source[0]}" ".tar.gz")"
build() {