aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin McCormack2018-05-08 00:33:14 -0400
committerKevin McCormack2018-05-08 00:33:14 -0400
commit4ac93bfdd81cfff5a5298cb9b9cabda92ffc731a (patch)
treec76157127c0915eb5ed1cff14d6d3de955a99409 /PKGBUILD
parentad1a8e175079f5d6a87050ce92d89c1f38262e62 (diff)
downloadaur-4ac93bfdd81cfff5a5298cb9b9cabda92ffc731a.tar.gz
Add git make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c230e2adda6f..58f351d63fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Unified All-in-one Monero miner (AMD)'
arch=('x86_64')
url='https://github.com/fireice-uk/xmr-stak'
license=('GPL3')
-makedepends=('cmake' 'opencl-headers')
+makedepends=('cmake' 'git' 'opencl-headers')
depends=('hwloc' 'libmicrohttpd' 'opencl-amd' 'openssl')
source=("git+https://github.com/fireice-uk/xmr-stak.git#tag=${pkgver}"
'no-donate.patch')