summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2021-03-27 15:45:36 +0100
committerTorsten Keßler2021-03-27 15:45:36 +0100
commit10c78bdd9cf54dd31bdd0dd5c87592b87f700760 (patch)
tree61be2e9c9d8b0245df9b3a315c35d69ded1591f2 /PKGBUILD
parent36c2063321c9f0439dfc8b341af0f5ffa151a7a0 (diff)
downloadaur-10c78bdd9cf54dd31bdd0dd5c87592b87f700760.tar.gz
upgpkg: rocalution 4.1.0-1
upstream release new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b035a08249a..a7b7eb4d2e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
+# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
+# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocalution
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc='Next generation library for iterative sparse solvers for ROCm platform'
arch=('x86_64')
url='https://rocalution.readthedocs.io/en/master'
@@ -10,7 +11,7 @@ depends=('hip-rocclr' 'rocsparse' 'rocblas' 'rocprim' 'rocrand' 'openmp')
makedepends=('cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/rocALUTION'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('80a224a5c19dea290e6edc0e170c3dff2e726c2b3105d599ec6858cc66f076a9')
+sha256sums=('3f61be18a02dff0c152a0ad7eb4779c43dd744b0ba172aa6a4267fc596d582e4')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {