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

Nicola Squartini tensor5 at archlinux.org
Wed Apr 26 17:02:00 UTC 2017


    Date: Wednesday, April 26, 2017 @ 17:01:59
  Author: tensor5
Revision: 225696

upgpkg: zcash 1.0.8_1-2

Use system OpenSSL.

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 16:25:00 UTC (rev 225695)
+++ PKGBUILD	2017-04-26 17:01:59 UTC (rev 225696)
@@ -3,7 +3,7 @@
 
 pkgname=zcash
 pkgver=1.0.8_1
-pkgrel=1
+pkgrel=2
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'
@@ -34,7 +34,7 @@
     cd ${pkgname}-1.0.8-1
 
     cd depends
-    libs=('bdb' 'googletest' 'googlemock' 'librustzcash' 'libsnark' 'openssl')
+    libs=('bdb' 'googletest' 'googlemock' 'librustzcash' 'libsnark')
     for lib in "${libs[@]}"; do
         make ${lib}
     done



More information about the arch-commits mailing list