Date: Monday, November 11, 2019 @ 02:45:36 Author: tensor5 Revision: 526605
upgpkg: zcash 2.1.0_1-1 Modified: zcash/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-11 00:32:38 UTC (rev 526604) +++ PKGBUILD 2019-11-11 02:45:36 UTC (rev 526605) @@ -1,8 +1,8 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=zcash -pkgver=2.1.0 -_commit=ffdba7c19eca07657f722a7c0a1b1c848d661f50 +pkgver=2.1.0_1 +_commit=253fcaa997d3d5e30c3789c825a82e1ed3e7a3fe pkgrel=1 pkgdesc='Permissionless financial system employing zero-knowledge security' arch=('x86_64') @@ -28,9 +28,6 @@ patch -Np1 -i ../use-system-qpid-proton.patch patch -Np1 -i ../use-system-rust.patch - - # Runs forever - sed -e '/prioritisetransaction.py/d' -i qa/pull-tester/rpc-tests.sh } build() { @@ -99,8 +96,7 @@ export PATH="${srcdir}/python:${PATH}" ./zcutil/fetch-params.sh --testnet - # ./qa/zcash/full_test_suite.py - # ./qa/pull-tester/rpc-tests.sh + ./qa/zcash/full_test_suite.py } package() {
