diff options
author | Bruno Miguel Fernandes Silva | 2019-11-26 15:33:47 +0000 |
---|---|---|
committer | Bruno Miguel Fernandes Silva | 2019-11-26 15:33:47 +0000 |
commit | d9e6d31c7b49ce9b96e4db19ad4602ad04966086 (patch) | |
tree | 03da32d6432e746a0c1546b79f10227a3d7d3a04 /PKGBUILD | |
parent | b64fdbd675d86a7296b252f4bc429d9fedb4e16f (diff) | |
download | aur-d9e6d31c7b49ce9b96e4db19ad4602ad04966086.tar.gz |
Cleanup dependencies and add provices and conflicts definitions
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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') |