summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-10-31 10:14:53 -0400
committeracxz2020-10-31 10:14:53 -0400
commit4e58aa722b8371203862a8f3919ac90d5d7aa97f (patch)
tree49ac8dac74a622953bbe7ab04da1ce92025091de
parentd5f4120bb051a94f6b6ea55b7b9fc321dad3d94e (diff)
downloadaur-4e58aa722b8371203862a8f3919ac90d5d7aa97f.tar.gz
[rocthrust] updpkg 3.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36c1c1c3f511..eab004baf3b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rocthrust
makedepends = git
depends = hip-rocclr
depends = rocprim
- source = rocthrust-3.8.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.8.0.tar.gz
- sha256sums = 39350aeb8bfbcd09e387717b2a05c7e3a19e0fa85ff4284b967bb8fae12f9013
+ source = rocthrust-3.9.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.9.0.tar.gz
+ sha256sums = 65f5e74d72c5aaee90459468d693b212af7d56e31098ee8237b18d1b4d620eb0
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 89509b8f69f0..379c38ce71bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -10,7 +10,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=('39350aeb8bfbcd09e387717b2a05c7e3a19e0fa85ff4284b967bb8fae12f9013')
+sha256sums=('65f5e74d72c5aaee90459468d693b212af7d56e31098ee8237b18d1b4d620eb0')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {