summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-25 22:13:14 -0400
committerGitHub2020-04-25 22:13:14 -0400
commit190e1a5fd48e284225046b75fb8af2c0a6401a2b (patch)
treef58172e134c2ef9675aa6d0cfd5c5a6f79c25bcf
parent5986b4f2425a5cea4de9dec1fb6d6faa9a8171da (diff)
downloadaur-190e1a5fd48e284225046b75fb8af2c0a6401a2b.tar.gz
replace rocm-comgr with comgr (#123)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9364450bd9..fa17d1099739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm.
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ROCmSoftwarePlatform/rocThrust
arch = x86_64
license = custom:NCSAOSL
@@ -9,7 +9,7 @@ pkgbase = rocthrust
makedepends = hcc
makedepends = python2
makedepends = rocminfo
- makedepends = rocm-comgr
+ makedepends = comgr
depends = hcc
depends = hip
source = https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d6fc2a228dc5..c7e561fb3d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Port of the Thrust parallel algorithm library atop HIP/ROCm."
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/rocThrust"
license=('custom:NCSAOSL')
depends=('hcc' 'hip')
-makedepends=('cmake' 'hcc' 'python2' 'rocminfo' 'rocm-comgr')
+makedepends=('cmake' 'hcc' 'python2' 'rocminfo' 'comgr')
source=("https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-$pkgver.tar.gz")
sha256sums=('5782c9b96233b2050168381b3c2259baeb410b859f68c25b2d14110fb1bb726f')