summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-03-05 16:59:11 +0100
committerTorsten Keßler2022-03-05 16:59:11 +0100
commit48c919c4ff24dc93887e2667a4bb58b9c0dae9aa (patch)
tree8e9da93e61c6ad2e36f94ab4011e630e28632a67
parent9d627f3fa7a87f0a38f081a659ae33bffa97d372 (diff)
downloadaur-48c919c4ff24dc93887e2667a4bb58b9c0dae9aa.tar.gz
upgpkg: rocthrust 5.0.2-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 bbe46930991d..abf608012dae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 5.0.1
+ pkgver = 5.0.2
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = rocthrust
makedepends = git
depends = hip
depends = rocprim
- source = rocthrust-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.0.1.tar.gz
- sha256sums = db6b40d4cf7199ea4a335205e064a6d0677aedc58f0964bc100714bc102fcdbd
+ source = rocthrust-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.0.2.tar.gz
+ sha256sums = 60f0cf1848cc7cd8663f15307bd695eee3c5b20d3ad3baa4bc696189ffdcfd53
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index a804f043e1e7..9e68ec4bcbe0 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=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip' 'rocprim')
makedepends=('cmake' 'rocm-cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/rocThrust'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('db6b40d4cf7199ea4a335205e064a6d0677aedc58f0964bc100714bc102fcdbd')
+sha256sums=('60f0cf1848cc7cd8663f15307bd695eee3c5b20d3ad3baa4bc696189ffdcfd53')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {