summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 747774b0ba76..08a6fc6f1ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = hcc-git
makedepends = git
makedepends = cmake
makedepends = python
- depends = rocr-runtime
+ depends = hsa-rocr
provides = hcc
conflicts = hcc
source = git+https://github.com/RadeonOpenCompute/hcc.git
diff --git a/PKGBUILD b/PKGBUILD
index 3772a9a00757..cabe93fcdd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="C++ Compiler for Heterogeneous Compute"
arch=('x86_64')
url="https://github.com/RadeonOpenCompute/hcc"
license=('custom:NCSAOSL')
-depends=('rocr-runtime')
+depends=('hsa-rocr')
makedepends=('git' 'cmake' 'python')
provides=('hcc')
conflicts=('hcc')