summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')