diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-21 01:32:22 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-21 01:32:22 +0200 |
| commit | bbf18ea15cc8b00d34821d98ba2449ec10c2769a (patch) | |
| tree | 02cb117d8cd8afc02aa91d6684ac306738a9dd1f | |
| parent | 32b414b977e9d830f7cf4a69107635b833cd2d37 (diff) | |
Add unzip makedepends
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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') |
