summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-03-24 18:53:22 +0100
committerTorsten Keßler2021-03-24 18:53:22 +0100
commit71c1a93342f350963db96129f5cc0bd0af2effc9 (patch)
treee8c8f6426f6698d71751036492b873950fb48a5d
parent953b13cef1e3fbedd53f8666db6dfc063e830836 (diff)
downloadaur-71c1a93342f350963db96129f5cc0bd0af2effc9.tar.gz
upgpkg: rocthrust 4.1.0-1
upstream release new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3786d286e294..2e84738eea5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 4.0.0
+ pkgver = 4.1.0
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.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.0.0.tar.gz
- sha256sums = 120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c
+ source = rocthrust-4.1.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.1.0.tar.gz
+ sha256sums = e3d06c0387a2a6880776c7423b1acf0808fb8833bc822be75793da8c2f521efd
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 7d2fc63c8e08..68c8f3fc88a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# 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=rocthrust
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -10,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=('120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c')
+sha256sums=('e3d06c0387a2a6880776c7423b1acf0808fb8833bc822be75793da8c2f521efd')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {