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

Felix Yan felixonmars at archlinux.org
Tue Jun 27 05:41:38 UTC 2017


    Date: Tuesday, June 27, 2017 @ 05:41:37
  Author: felixonmars
Revision: 241100

upgpkg: cgminer 4.10.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 05:40:08 UTC (rev 241099)
+++ PKGBUILD	2017-06-27 05:41:37 UTC (rev 241100)
@@ -5,9 +5,9 @@
 # Contributor: David Manouchehri <david at davidmanouchehri.com>
 
 pkgname=cgminer
-pkgver=4.9.2
+pkgver=4.10.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
@@ -23,8 +23,8 @@
   cd $pkgname
   # We have latest jansson and libusb - just use them
 
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
-      -e 's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
+  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.9.*||' \
+      -e 's|JANSSON_LIBS="compat/jansson-2\.9/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
       -e 's|compat/Makefile||' \
       -i ./configure.ac
 



More information about the arch-commits mailing list