[arch-commits] Commit in zcash/trunk (2 files)

Nicola Squartini tensor5 at archlinux.org
Sun May 31 06:58:46 UTC 2020


    Date: Sunday, May 31, 2020 @ 06:58:45
  Author: tensor5
Revision: 637590

upgpkg: zcash 3.0.0-1

Added:
  zcash/trunk/08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch
Modified:
  zcash/trunk/PKGBUILD

------------------------------------------------+
 08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch |   21 +++++++++++++++++++++
 PKGBUILD                                       |    7 +++++--
 2 files changed, 26 insertions(+), 2 deletions(-)

Added: 08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch
===================================================================
--- 08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch	                        (rev 0)
+++ 08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch	2020-05-31 06:58:45 UTC (rev 637590)
@@ -0,0 +1,21 @@
+From 08662fa09a14c68b1048ee4384b25dfd9ad0463f Mon Sep 17 00:00:00 2001
+From: Taylor Hornby <taylor at defuse.ca>
+Date: Sun, 24 May 2020 16:49:13 -0600
+Subject: [PATCH] Add missing <stdexcept> header for std::invalid_argument
+
+---
+ src/crypto/equihash.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/crypto/equihash.h b/src/crypto/equihash.h
+index 556b87d090..7cd97ff600 100644
+--- a/src/crypto/equihash.h
++++ b/src/crypto/equihash.h
+@@ -13,6 +13,7 @@
+ 
+ #include <cstring>
+ #include <exception>
++#include <stdexcept>
+ #include <functional>
+ #include <memory>
+ #include <set>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 06:57:53 UTC (rev 637589)
+++ PKGBUILD	2020-05-31 06:58:45 UTC (rev 637590)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=zcash
-pkgver=2.1.2_3
-_commit=23713c87cef46a2db2afd3e3d6c73e0868c26379
+pkgver=3.0.0
+_commit=de2e1160db45fe3f6c252b699cf56000c9104d76
 pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
@@ -12,10 +12,12 @@
 makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
 checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 'python-simplejson')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit}"
+        '08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch'
         'use-system-qpid-proton.patch'
         'use-system-rust.patch'
         'zcashd.service')
 sha512sums=('SKIP'
+            '4fa208edd7b493105893658115478e49da93df4d56279e9488a58e2eb26bdc81881b156973d47089545a7f3819b75a317131156e0abd82ba11de0b3158af50fe'
             '0d9c089e1b9eddc127936dbc12984804f3ad65c35845a336368cc9fce22ae784fb486a9a74b5cf34f42739779b42c18084f0558c9c1c74f18c6d8999596c7af6'
             '1267fc174df81a80a1b0f2e1a6bbaaa6fa95402c83bc6a8678b582ed6c7f7a02eeed0f61c9600496aa782f9fb9fec6dc9ac419d366d059306a5c4f97a5a166f0'
             '2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
@@ -26,6 +28,7 @@
     # Set gitattributes on src/clientversion.cpp
     git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
 
+    patch -Np1 -i ../08662fa09a14c68b1048ee4384b25dfd9ad0463f.patch
     patch -Np1 -i ../use-system-qpid-proton.patch
     patch -Np1 -i ../use-system-rust.patch
 }



More information about the arch-commits mailing list