diff options
author | Sebastian Stammler | 2016-11-10 16:59:14 +0100 |
---|---|---|
committer | Sebastian Stammler | 2016-11-10 17:23:34 +0100 |
commit | e0d339f40b6b371ba28116f525ed416e920a76ee (patch) | |
tree | 461ad839d91ebaaa7bb9ba003eb1c0d2435d77c5 | |
parent | 61af10774644f7b58d57d6524728882739754c22 (diff) | |
download | aur-e0d339f40b6b371ba28116f525ed416e920a76ee.tar.gz |
Add build dependency 'cmake'
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ pkgbase = nheqminer-cuda-git arch = x86_64 license = MIT makedepends = git + makedepends = cmake depends = boost depends = cuda optdepends = zcash: zcash node and tools @@ -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') |