summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-06-07 15:34:29 +0200
committerGitHub2020-06-07 09:34:29 -0400
commit5f8c6c3a1d0fcb512ad50a17df7c50ebf99cbf62 (patch)
tree6ff31b5778418e91a84632208b278e44acbed9bf
parent246ea47b1459501714a21906de7b4e055af5bbb8 (diff)
downloadaur-5f8c6c3a1d0fcb512ad50a17df7c50ebf99cbf62.tar.gz
[rocthrust] Fix checksums (#242)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e764388982..beb6b8f0ba2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
license = Apache
@@ -10,7 +10,7 @@ pkgbase = rocthrust
depends = hip-rocclr
depends = rocprim
source = rocthrust-3.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.5.0.tar.gz
- sha256sums = 5782c9b96233b2050168381b3c2259baeb410b859f68c25b2d14110fb1bb726f
+ sha256sums = 0d1bac1129d17bb1259fd06f5c9cb4c1620d1790b5c295b866fb3442d18923cb
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 39ab73423f38..44d23eae181f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust'
@@ -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=('5782c9b96233b2050168381b3c2259baeb410b859f68c25b2d14110fb1bb726f')
+sha256sums=('0d1bac1129d17bb1259fd06f5c9cb4c1620d1790b5c295b866fb3442d18923cb')
build() {
mkdir -p build