diff options
| -rw-r--r-- | .SRCINFO | 3 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ pkgbase = zcash-git pkgdesc = Decentralized and open source cryptocurrency - pkgver = zc.v0.11.2.z0.2.gfc0ae34 + pkgver = zc.v0.11.2.z0.15.g405dd80 pkgrel = 1 url = https://z.cash install = zcash-git.install arch = any license = MIT + makedepends = wget makedepends = unzip provides = zcash source = git+https://github.com/Electric-Coin-Company/zcash @@ -1,13 +1,13 @@ # Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F pkgname=zcash-git -pkgver=zc.v0.11.2.z0.2.gfc0ae34 +pkgver=zc.v0.11.2.z0.15.g405dd80 pkgrel=1 pkgdesc="Decentralized and open source cryptocurrency" arch=('any') url="https://z.cash" license=(MIT) -makedepends=('unzip') +makedepends=('wget' 'unzip') provides=('zcash') source=("git+https://github.com/Electric-Coin-Company/zcash") sha1sums=('SKIP') |
