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

Nicola Squartini tensor5 at archlinux.org
Wed Sep 25 04:38:51 UTC 2019


    Date: Wednesday, September 25, 2019 @ 04:38:50
  Author: tensor5
Revision: 511719

boost 1.71.0 rebuild

Modified:
  zcash/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 03:53:22 UTC (rev 511718)
+++ PKGBUILD	2019-09-25 04:38:50 UTC (rev 511719)
@@ -3,13 +3,13 @@
 pkgname=zcash
 pkgver=2.0.7_3
 _commit=e3983afc03d256813662aa2cb07fbe1a05b9ab05
-pkgrel=1
+pkgrel=2
 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' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rustup' 'wget')
 checkdepends=('python2-pyblake2' 'python2-pyzmq' 'python2-qpid-proton')
 source=("git+https://github.com/zcash/zcash.git#commit=${_commit}"
         'libsnark-no-gtest.patch'
@@ -39,6 +39,9 @@
 build() {
     cd ${pkgname}
 
+    # Temporary, due to llvm-libs 9 being in [staging]
+    rustup update stable
+
     cd depends
     rust_crates=(
       crate_aes



More information about the arch-commits mailing list