aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6e0a550795..3996d43f132e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmr-stak-opencl-amd
pkgdesc = Unified All-in-one Monero miner (AMD)
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/fireice-uk/xmr-stak
arch = x86_64
@@ -10,10 +10,9 @@ pkgbase = xmr-stak-opencl-amd
depends = libmicrohttpd
depends = opencl-amd
depends = openssl
- source = git+https://github.com/fireice-uk/xmr-stak.git#tag=2.4.2
+ source = git+https://github.com/fireice-uk/xmr-stak.git#tag=2.4.3
source = no-donate.patch
sha256sums = SKIP
sha256sums = 30ef1099d196a4ead4338c89ff8608258fe4e1a6f5eed99f3c96c41d9e77fdcd
pkgname = xmr-stak-opencl-amd
-
diff --git a/PKGBUILD b/PKGBUILD
index 52cdcdafa62a..c230e2adda6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kevin McCormack <HarlemSquirrel@gmail.com>
pkgname=xmr-stak-opencl-amd
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc='Unified All-in-one Monero miner (AMD)'
arch=('x86_64')
url='https://github.com/fireice-uk/xmr-stak'
license=('GPL3')
-makedepends=('cmake')
+makedepends=('cmake' 'opencl-headers')
depends=('hwloc' 'libmicrohttpd' 'opencl-amd' 'openssl')
source=("git+https://github.com/fireice-uk/xmr-stak.git#tag=${pkgver}"
'no-donate.patch')