From bbf18ea15cc8b00d34821d98ba2449ec10c2769a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 21 Jan 2016 01:32:22 +0200 Subject: Add unzip makedepends --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index 414c789..851476a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,6 +5,7 @@ pkgbase = zcash-git url = https://z.cash arch = any license = MIT + makedepends = unzip provides = zcash source = git+https://github.com/Electric-Coin-Company/zcash sha1sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index a812134..0dd3c90 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="Decentralized and open source cryptocurrency" arch=('any') url="https://z.cash" license=(MIT) +makedepends=('unzip') provides=('zcash') source=("git+https://github.com/Electric-Coin-Company/zcash") sha1sums=('SKIP') -- cgit v1.3.1