summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaetherm2019-07-12 17:37:13 +0200
committernaetherm2019-07-12 17:37:13 +0200
commitbc5c2a30091a02b49a6e767be791dee5f636fb91 (patch)
tree6f4cafde425cd43c6ca23c9192e24293256773ec
parent3a3dbc4cb111415729e1cc15f49a3a8619c94083 (diff)
downloadaur-bc5c2a30091a02b49a6e767be791dee5f636fb91.tar.gz
Updated to 2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51bf3eccfb00..65b122e47825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm.
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/ROCmSoftwarePlatform/rocThrust
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rocthrust
makedepends = rocminfo
depends = hcc
depends = hip
- source = https://github.com/ROCmSoftwarePlatform/rocThrust/archive/2.5.0.tar.gz
- sha256sums = b559d6c767dae7c13b3bdca0dca1689e308e79f391bb68437fb36598ea65f028
+ source = https://github.com/ROCmSoftwarePlatform/rocThrust/archive/2.6.0.tar.gz
+ sha256sums = 1252f56cc91040d5be7a816a9e3623ba968c40ef61706173813fcf2af4832d7e
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 0c50bef4a8c2..9fffee30335c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="Port of the Thrust parallel algorithm library atop HIP/ROCm."
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/ROCmSoftwarePlatform/rocThrust"
license=('NCSAOSL')
depends=(hcc hip)
makedepends=(git cmake gcc ninja hcc python2 rocminfo)
-srcver="2.5.0"
+srcver="2.6.0"
source=("https://github.com/ROCmSoftwarePlatform/rocThrust/archive/$srcver.tar.gz")
-sha256sums=("b559d6c767dae7c13b3bdca0dca1689e308e79f391bb68437fb36598ea65f028")
+sha256sums=("1252f56cc91040d5be7a816a9e3623ba968c40ef61706173813fcf2af4832d7e")
build() {
mkdir -p "$srcdir/build"