summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHui Yiqun2017-09-12 10:26:21 +0800
committerHui Yiqun2017-09-12 10:26:21 +0800
commit370495b2ea64c3941ad76cdbf0b7ebe6703e6dbc (patch)
tree329661c442d1d9917e54009b9e86db1077204dea
parent13d5b3e5244999bcefd0b5403789d5821a266ad7 (diff)
downloadaur-370495b2ea64c3941ad76cdbf0b7ebe6703e6dbc.tar.gz
add dependency on hwloc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6564dc6fc698..a6b508944617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmr-stak-cpu-git
pkgdesc = Monero CPU miner
pkgver = r242.f54e02f
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nicehash/xmr-stak-cpu
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = xmr-stak-cpu-git
makedepends = cmake
depends = libmicrohttpd
depends = openssl
+ depends = hwloc
source = git+https://github.com/fireice-uk/xmr-stak-cpu.git
source = no-donate.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a59e81c57eb..a22f594d2521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=xmr-stak-cpu-git
pkgver=r242.f54e02f
-pkgrel=2
+pkgrel=3
pkgdesc="Monero CPU miner"
arch=('x86_64')
url="https://github.com/nicehash/xmr-stak-cpu"
license=('GPL3')
makedepends=('git' 'cmake')
-depends=('libmicrohttpd' 'openssl')
+depends=('libmicrohttpd' 'openssl' 'hwloc')
source=('git+https://github.com/fireice-uk/xmr-stak-cpu.git'
'no-donate.patch')
sha256sums=('SKIP'