summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-02-27 13:11:53 +0100
committerEmiel Wiedijk2018-02-27 13:11:53 +0100
commit35606f7184a69969f68484f2f04b7d69632b2538 (patch)
treef178a08db591f0e78f12d341bbde2bce3c4ff4a5
parent99bd2068a57264fd692336a1c3f944deef40d4f4 (diff)
downloadaur-35606f7184a69969f68484f2f04b7d69632b2538.tar.gz
ethminer-cuda - conflict with ethminer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2716f4675920..9a911d5142fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = ethminer-cuda
makedepends = python
depends = mesa
depends = cuda
+ provides = ethminer
conflicts = ethereum
+ conflicts = ethminer
source = ethminer-cuda-0.13.0.tar.gz::https://github.com/ethereum-mining/ethminer/archive/v0.13.0.tar.gz
sha256sums = 72bf827a922b797d556f8f03980185c4857bb82074b4c8b5f63b5d5e140893b8
diff --git a/PKGBUILD b/PKGBUILD
index 60d78b5e2c39..4e4b2e1e2276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,11 @@ makedepends=(
'cmake'
'python'
)
-conflicts=('ethereum')
+provides=('ethminer')
+conflicts=(
+ 'ethereum'
+ 'ethminer'
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ethereum-mining/ethminer/archive/v$pkgver.tar.gz")
sha256sums=('72bf827a922b797d556f8f03980185c4857bb82074b4c8b5f63b5d5e140893b8')