summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Stammler2016-11-10 16:59:14 +0100
committerSebastian Stammler2016-11-10 16:59:14 +0100
commitbc8f38c2d8be1ff4f3947c1ecd134157a9f2decb (patch)
tree74f520e03780407c6f8a794e2be1c00139ef396f
parent61af10774644f7b58d57d6524728882739754c22 (diff)
downloadaur-bc8f38c2d8be1ff4f3947c1ecd134157a9f2decb.tar.gz
Add build dependency 'cmake'
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 551ba29d89cf..afbe79ff34a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/nicehash/nheqminer/"
license=('MIT')
depends=('boost' 'cuda')
-makedepends=('git')
+makedepends=('git' 'cmake')
optdepends=('zcash: zcash node and tools')
source=("${pkgname}::git+https://github.com/nicehash/nheqminer.git#branch=Linux")
md5sums=('SKIP')