diff options
Diffstat (limited to 'community/cgminer/PKGBUILD')
-rw-r--r-- | community/cgminer/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index f1bcc82c3..4cd780f39 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -6,16 +6,15 @@ pkgname=cgminer pkgver=2.9.3 _build= -pkgrel=1 +pkgrel=3 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." url='http://forum.bitcoin.org/index.php?topic=28402.0' license=('GPL3') arch=('i686' 'x86_64') depends=('curl' 'libcl') makedepends=('opencl-headers') -optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA' \ - 'intel-opencl-sdk: OpenCL implementation for Intel' \ - 'amdstream: OpenCL implementation for AMD') +optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA' + 'opencl-catalyst: OpenCL implementation for AMD') source=("http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2" "$pkgname.conf.d" "$pkgname" |