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

Felix Yan fyan at nymeria.archlinux.org
Mon Nov 11 15:55:50 UTC 2013


    Date: Monday, November 11, 2013 @ 16:55:50
  Author: fyan
Revision: 100831

upgpkg: cgminer 3.8.1-2 disable knc to fix FS#37725

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-11 15:38:48 UTC (rev 100830)
+++ PKGBUILD	2013-11-11 15:55:50 UTC (rev 100831)
@@ -8,7 +8,7 @@
 pkgver=3.8.1
 #_pkgver=3.6.6
 _pkgver=$pkgver
-pkgrel=1
+pkgrel=2
 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')
@@ -68,9 +68,9 @@
     --enable-klondike \
     --enable-bitfury \
     --enable-hashfast \
-    --enable-knc \
     --enable-bab \
     --with-system-libusb
+    # --enable-knc Enable it only when you need to
   
   make
 }




More information about the arch-commits mailing list