[arch-commits] Commit in cgminer/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sat Aug 10 02:45:41 UTC 2013


    Date: Saturday, August 10, 2013 @ 04:45:41
  Author: fyan
Revision: 95344

upgpkg: cgminer 3.3.2-1

Modified:
  cgminer/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-09 23:23:54 UTC (rev 95343)
+++ PKGBUILD	2013-08-10 02:45:41 UTC (rev 95344)
@@ -5,13 +5,13 @@
 # Contributor: David Manouchehri <david at davidmanouchehri.com>
 
 pkgname=cgminer
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
+depends=('curl' 'libcl' 'libusbx' 'jansson')
 makedepends=('opencl-headers')
 optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
             'opencl-catalyst: OpenCL implementation for AMD')
@@ -32,7 +32,17 @@
   #export CFLAGS="-O2 -march=native -mtune=native -msse2"
   
   #./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
+  ./configure \
+    --prefix=/usr \
+    --enable-scrypt \
+    --enable-opencl \
+    --enable-bflsc \
+    --enable-bitforce \
+    --enable-icarus \
+    --enable-modminer \
+    --enable-ztex \
+    --enable-avalon \
+    --disable-adl # For license issues
   
   make
 }
@@ -48,6 +58,6 @@
   install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
 }
 
-md5sums=('1e6ccf16c4695fc086581bbb95923abe'
+md5sums=('ae0ba3faf4eda47d95b0780d3d649947'
          'fe4a243fabe24608f5c05e40f0f118f6'
          'bd76fc92fedce18c59ccea2aa79cc664')




More information about the arch-commits mailing list