summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-02-26 21:07:17 -0500
committerneeshy2020-03-07 14:29:30 -0500
commit882752c7dff506923915485e79bdf9d8ff3fc6d6 (patch)
tree1e138fa12fdc4c5ea0169fb84311352a48f3187f /PKGBUILD
parent37dae8ad8e1821808d3a27c17b1ca57123896871 (diff)
downloadaur-882752c7dff506923915485e79bdf9d8ff3fc6d6.tar.gz
Remove redundant entries in makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8caa2286918..551246121e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/RadeonOpenCompute/hcc"
license=('custom:NCSAOSL')
depends=('rocr-runtime>=3.0.0' 'z3')
-makedepends=('git' 'cmake' 'z3')
+makedepends=('git' 'cmake')
options=(!staticlibs strip)
source=("https://github.com/RadeonOpenCompute/hcc/archive/roc-hcc-$pkgver.tar.gz"
"https://github.com/RadeonOpenCompute/llvm-project/archive/roc-hcc-$pkgver.tar.gz"