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

Nicola Squartini tensor5 at archlinux.org
Mon Feb 18 14:42:44 UTC 2019


    Date: Monday, February 18, 2019 @ 14:42:42
  Author: tensor5
Revision: 434244

upgpkg: zcash 2.0.3-1

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 14:41:58 UTC (rev 434243)
+++ PKGBUILD	2019-02-18 14:42:42 UTC (rev 434244)
@@ -1,15 +1,15 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=zcash
-pkgver=2.0.2
-_commit=8e2ca4d94e2f1bc0835d3d888a969fe2e83e7ece
-pkgrel=2
+pkgver=2.0.3
+_commit=647c155dc7357f73fd85cb956109c6db676583b7
+pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
 license=('MIT')
 depends=('boost-libs' 'libevent' 'qpid-proton' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
 checkdepends=('python2-pyblake2' 'python2-pyzmq' 'python2-qpid-proton')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit}"
         'libsnark-no-gtest.patch'
@@ -93,6 +93,11 @@
 check() {
     cd ${pkgname}
 
+    # Tests require python2
+    mkdir "${srcdir}/python"
+    ln -s /usr/bin/python2 "${srcdir}/python/python"
+    export PATH="${srcdir}/python:${PATH}"
+
     ./zcutil/fetch-params.sh --testnet
     # ./qa/zcash/full_test_suite.py
     ./qa/pull-tester/rpc-tests.sh



More information about the arch-commits mailing list