summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880abad17c49..2745bc9a2478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmr-stak-git
pkgdesc = Unified All-in-one Monero miner
pkgver = r485.79154f7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/fireice-uk/xmr-stak
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = xmr-stak-git
depends = openssl
depends = hwloc
depends = cuda
+ depends = ocl-icd
source = git+https://github.com/fireice-uk/xmr-stak.git
source = no-donate.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 70c95ef14414..f76c085f53fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=xmr-stak-git
pkgver=r485.79154f7
-pkgrel=3
+pkgrel=4
pkgdesc="Unified All-in-one Monero miner"
arch=('x86_64')
url="https://github.com/fireice-uk/xmr-stak"
license=('GPL3')
makedepends=('git' 'cmake' 'opencl-headers')
-depends=('libmicrohttpd' 'openssl' 'hwloc' 'cuda')
+depends=('libmicrohttpd' 'openssl' 'hwloc' 'cuda' 'ocl-icd')
source=('git+https://github.com/fireice-uk/xmr-stak.git'
'no-donate.patch')
sha256sums=('SKIP'