summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-09-04 09:56:04 +0200
committerTorsten Keßler2021-09-04 09:56:04 +0200
commit472e91e200d8bf1162b0b51026ed6a5ddaab973b (patch)
tree75b2ad3505b7ab12850373f461154ca0196ab316
parent415f64f9b834a9bffa489cbbe34a8a1bd506e67a (diff)
downloadaur-472e91e200d8bf1162b0b51026ed6a5ddaab973b.tar.gz
upgpkg: rocthrust 4.3.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7825e825be77..4f7cf4ad3d3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 4.3.0
+ pkgver = 4.3.1
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rocthrust
makedepends = git
depends = hip-rocclr
depends = rocprim
- source = rocthrust-4.3.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.3.0.tar.gz
- sha256sums = a50eb6500687b4ea9e0b3affb1daff8bbc56199d39fbed3ee61d2d5bfc1a0271
+ source = rocthrust-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.3.1.tar.gz
+ sha256sums = 86fcd3bc275efe9a485aed48afdc6d3351804c076caee43e3fb8bd69752865e9
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 2baef5c5355c..70bdbc7482e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip-rocclr' 'rocprim')
makedepends=('cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/rocThrust'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('a50eb6500687b4ea9e0b3affb1daff8bbc56199d39fbed3ee61d2d5bfc1a0271')
+sha256sums=('86fcd3bc275efe9a485aed48afdc6d3351804c076caee43e3fb8bd69752865e9')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {