summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2022-07-17 13:57:00 -0700
committerGI_Jack2022-07-17 13:57:00 -0700
commitced84aaa3bc9ec7fd4d478829738d06471eff5f1 (patch)
treefcc2d9597d249fe1717d81bc130e3fec9687aab1 /PKGBUILD
parent78d79d13e926b109b327bd5223a0c53b5505e634 (diff)
downloadaur-ced84aaa3bc9ec7fd4d478829738d06471eff5f1.tar.gz
added missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d6cd80d798..07b91a525658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=zecwallet-lite
pkgver=1.7.13
-pkgrel=1
+pkgrel=2
pkgdesc="Z-Addr first, Sapling compatible lightwallet client for Zcash"
arch=('any')
url="https://github.com/adityapk00/zecwallet-lite"
license=('MIT')
depends=('electron')
-makedepends=('rust' 'nodejs' 'yarn' 'npm')
+makedepends=('rust' 'nodejs' 'yarn' 'npm' 'libxcrypt-compat')
provides=('zcash-wallet')
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/adityapk00/zecwallet-lite/archive/v${pkgver}.tar.gz"