summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcebb137cf2d..0e943d0306bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,10 @@ pkgdesc="Unified All-in-one Monero miner with randomx fork"
arch=('x86_64')
url="https://github.com/fireice-uk/xmr-stak/releases/tag/1.0.0-rx"
license=('GPL3')
-makedepends=('git' 'cmake' 'opencl-headers' 'gcc7')
+makedepends=('git' 'cmake' 'opencl-headers')
depends=('libmicrohttpd' 'openssl' 'hwloc' 'cuda' 'ocl-icd')
+conflicts=('xmr-stak' 'xmr-stak-git')
+provides=('xmr-stak')
source=("${pkgname}::git+https://github.com/fireice-uk/xmr-stak.git#branch=xmr-stak-rx-dev")
sha256sums=('SKIP')