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

Nicola Squartini tensor5 at archlinux.org
Fri Apr 27 11:00:29 UTC 2018


    Date: Friday, April 27, 2018 @ 11:00:28
  Author: tensor5
Revision: 318284

upgpkg: zcash 1.1.0-2

Enable RPC tests.

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-27 09:48:14 UTC (rev 318283)
+++ PKGBUILD	2018-04-27 11:00:28 UTC (rev 318284)
@@ -4,7 +4,7 @@
 pkgname=zcash
 pkgver=1.1.0
 _commit=42e30252372b39f2b8da655ebeca03565dc02de4
-pkgrel=1
+pkgrel=2
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
 makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
+checkdepends=('python2-pyblake2' 'python2-pyzmq' 'python2-qpid-proton')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit}"
         'libsnark-no-gtest.patch'
         "use-system-rust.patch"
@@ -29,6 +29,9 @@
 
     patch -Np1 -i ../libsnark-no-gtest.patch
     patch -Np1 -i ../use-system-rust.patch
+
+    # Runs forever
+    sed -e '/prioritisetransaction.py/d' -i qa/pull-tester/rpc-tests.sh
 }
 
 build() {
@@ -52,8 +55,9 @@
 check() {
     cd ${pkgname}
 
-    # ./zcutil/fetch-params.sh
+    ./zcutil/fetch-params.sh
     # ./qa/zcash/full_test_suite.py
+    ./qa/pull-tester/rpc-tests.sh
 }
 
 package() {



More information about the arch-commits mailing list