summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-21 01:32:22 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-21 01:32:22 +0200
commitbbf18ea15cc8b00d34821d98ba2449ec10c2769a (patch)
tree02cb117d8cd8afc02aa91d6684ac306738a9dd1f
parent32b414b977e9d830f7cf4a69107635b833cd2d37 (diff)
Add unzip makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
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')