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

Felix Yan fyan at nymeria.archlinux.org
Fri Feb 21 06:11:05 UTC 2014


    Date: Friday, February 21, 2014 @ 07:11:05
  Author: fyan
Revision: 106006

upgpkg: cgminer 4.0.0-1

Modified:
  cgminer/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-21 02:39:30 UTC (rev 106005)
+++ PKGBUILD	2014-02-21 06:11:05 UTC (rev 106006)
@@ -5,15 +5,15 @@
 # Contributor: David Manouchehri <david at davidmanouchehri.com>
 
 pkgname=cgminer
-pkgver=3.12.3
+pkgver=4.0.0
 #_pkgver=3.6.6
 _pkgver=$pkgver
 pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('curl' 'libusbx' 'jansson')
+depends=('curl' 'libusb' 'jansson')
 makedepends=('git')
 source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"
         "$pkgname.conf.d"
@@ -58,18 +58,20 @@
 
   ./autogen.sh \
     --prefix=/usr \
+    --enable-avalon \
+    --enable-avalon2 \
+    --enable-bab \
     --enable-bflsc \
     --enable-bitforce \
+    --enable-bitfury \
+    --enable-bitmine_A1 \
+    --enable-cointerra \
+    --enable-drillbit \
+    --enable-hashfast \
     --enable-icarus \
-    --enable-modminer \
-    --enable-avalon \
     --enable-klondike \
-    --enable-bitfury \
-    --enable-hashfast \
-    --enable-bab \
-    --enable-drillbit \
     --enable-minion \
-    --enable-hashfast \
+    --enable-modminer \
     --with-system-libusb
     # --enable-knc # Enable it only when you need to
   




More information about the arch-commits mailing list