summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-25 22:13:14 -0400
committerGitHub2020-04-25 22:13:14 -0400
commitf0473bacaa2c61be52f94e0a0489fd22fddd6995 (patch)
tree59e5e480b45d4145a6e438eda8a2dd0f47036bcb
parentc4fa3b1c6abc1e179e1a607e38f38d27e8884efb (diff)
downloadaur-f0473bacaa2c61be52f94e0a0489fd22fddd6995.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 a56a27db1884..23d75d856a4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hipcub
pkgdesc = Reusable software components for the rocm developers.
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ROCmSoftwarePlatform/hipCUB
arch = x86_64
license = custom:NCSAOSL
makedepends = cmake
makedepends = python2
makedepends = rocminfo
- makedepends = rocm-comgr
+ makedepends = comgr
depends = hcc
depends = hip
source = https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6bf85098fe2f..cac4acca9b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=hipcub
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Reusable software components for the rocm developers."
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/hipCUB"
license=('custom:NCSAOSL')
depends=('hcc' 'hip')
-makedepends=('cmake' 'python2' 'rocminfo' 'rocm-comgr')
+makedepends=('cmake' 'python2' 'rocminfo' 'comgr')
source=("https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-$pkgver.tar.gz")
sha256sums=('0d97cada3b856e8c62affbb3664ac4fc2415a36ad3d9b9d7155b5f954e492392')