summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-08-21 12:03:02 +0200
committerTorsten Keßler2022-08-21 12:03:02 +0200
commite925169550c0e190c3259c03aae2e7a44d974c9a (patch)
tree1e954f235ba4cad1fe8c344c2d4da688032b3f98
parenta2a1969d488deaa0529c5288a7c6a56cb840858e (diff)
downloadaur-e925169550c0e190c3259c03aae2e7a44d974c9a.tar.gz
upgpkg: hipsparse 5.2.3-1
patch release, update checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db6da1d9a33..84c8f546bef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsparse
pkgdesc = rocSPARSE marshalling library.
- pkgver = 5.2.1
+ pkgver = 5.2.3
pkgrel = 1
url = https://hipsparse.readthedocs.io/en/latest/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hipsparse
makedepends = gcc-fortran
depends = hip
depends = rocsparse
- source = hipsparse-5.2.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.2.1.tar.gz
- sha256sums = 7b8e4ff264285ae5aabb3c5c2b38bf28f90b2af44efb0398fcf13ffc24bc000a
+ source = hipsparse-5.2.3.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.2.3.tar.gz
+ sha256sums = f70d3deff13188adc4105ef3ead53510e4b54075b9ffcfe3d3355d90d4b6eadd
pkgname = hipsparse
diff --git a/PKGBUILD b/PKGBUILD
index 132493cc18a1..d253c3aaf28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=5.2.1
+pkgver=5.2.3
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('hip' 'rocsparse')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('7b8e4ff264285ae5aabb3c5c2b38bf28f90b2af44efb0398fcf13ffc24bc000a')
+sha256sums=('f70d3deff13188adc4105ef3ead53510e4b54075b9ffcfe3d3355d90d4b6eadd')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {