summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-19 22:06:05 +0100
committerGitHub2020-12-19 16:06:05 -0500
commita02e4926dbd198b501ac041dad0a0d4bbe9881c8 (patch)
tree2b4a6d94c8930e94a971a290f55c2d5fbfb7c22d /PKGBUILD
parenteb0641887ed371a6a9f7a720cae299579144d82e (diff)
downloadaur-a02e4926dbd198b501ac041dad0a0d4bbe9881c8.tar.gz
[hipsparse] Update to 4.0.0 (#517)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a88ac7cac65f..febb5d8aa9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hip-rocclr' 'rocsparse')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('7fd863ebf6eed09325c23ba06d9008b2f2c1345283d1a331e329e1a512b602f7')
+sha256sums=('fc3736b2ea203209021616b2ffbcdd664781d692b07b8e8bb7f78b42dabbd5e5')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {