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

Christian Rebischke shibumi at archlinux.org
Sat Feb 24 14:06:20 UTC 2018


    Date: Saturday, February 24, 2018 @ 14:06:19
  Author: shibumi
Revision: 297927

upgpkg: bitcoin 0.16.0-1

Modified:
  bitcoin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-24 13:24:20 UTC (rev 297926)
+++ PKGBUILD	2018-02-24 14:06:19 UTC (rev 297927)
@@ -6,7 +6,7 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.16.1
+pkgver=0.16.0
 pkgrel=1
 arch=('x86_64')
 url="https://www.bitcoin.org/"
@@ -16,7 +16,7 @@
         "0001-Make-boost-multi_index-comparators-const.patch"
         "bitcoin.sysusers"
         "bitcoin.tmpfiles")
-sha256sums=('98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1'
+sha256sums=('8ade43e420b6aad00645d79239c21947e47f37d1f974b4948b0da0b6999c28d5'
             'f302218b0366c2102a3447330684adcdb576217aba5d1bb157e73717d6734ce5'
             '6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
             'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
@@ -24,7 +24,7 @@
 
 prepare() {
   cd "$pkgbase-$pkgver"
-  patch -Np1 -i "$srcdir/0001-Make-boost-multi_index-comparators-const.patch"
+  #patch -Np1 -i "$srcdir/0001-Make-boost-multi_index-comparators-const.patch"
 }
 
 build() {



More information about the arch-commits mailing list