summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-02-26 21:07:17 -0500
committerneeshy2020-03-07 14:29:30 -0500
commit5f1d57ab6626ae47f03f9b6126d291003c395dd1 (patch)
treefb609fad4d6c32b633ecf02418e1d37c166bdf62
parent5770762af560629fefd1671699e16e99ba88d5cc (diff)
downloadaur-5f1d57ab6626ae47f03f9b6126d291003c395dd1.tar.gz
Remove redundant entries in makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc641500a070..b5f37c5b97ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/RadeonOpenCompute/hcc"
license=('custom:NCSAOSL')
depends=('rocr-runtime')
-makedepends=('git' 'cmake' 'rocr-runtime')
+makedepends=('git' 'cmake')
provides=('hcc')
conflicts=('hcc')
source=("git+https://github.com/RadeonOpenCompute/hcc.git"