summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-09-23 09:16:16 -0400
committeracxz2020-09-23 09:16:16 -0400
commitd5f4120bb051a94f6b6ea55b7b9fc321dad3d94e (patch)
tree7174b6206b436cc7f7f4b91b4c595a1203c7f046
parent6491839846eb0ef01e187c485faf0c3859f2d9f2 (diff)
downloadaur-d5f4120bb051a94f6b6ea55b7b9fc321dad3d94e.tar.gz
[rocthrust] updpkg 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c64c43b6235b..36c1c1c3f511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 3.7.0
+ pkgver = 3.8.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.7.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.7.0.tar.gz
- sha256sums = 4cb923dde5eec150a566cb10d23ee5c7ce3aa892c4dea94886a89d95b90f3bdd
+ source = rocthrust-3.8.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.8.0.tar.gz
+ sha256sums = 39350aeb8bfbcd09e387717b2a05c7e3a19e0fa85ff4284b967bb8fae12f9013
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index ac9a82275a9e..89509b8f69f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=3.7.0
+pkgver=3.8.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=('4cb923dde5eec150a566cb10d23ee5c7ce3aa892c4dea94886a89d95b90f3bdd')
+sha256sums=('39350aeb8bfbcd09e387717b2a05c7e3a19e0fa85ff4284b967bb8fae12f9013')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {