summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7fba741e78d..4b015aea0373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: GI Jack <GI_Jack@hackermail.com>
+
pkgname=zecwallet-lite
pkgver=1.2.0
pkgrel=1
-pkgdesc="A z-Addr first lightwallet for Zcash."
+pkgdesc="Z-Addr first, Sapling compatible lightwallet client for Zcash"
arch=('any')
url="https://github.com/adityapk00/zecwallet-lite"
license=('MIT')
@@ -25,7 +26,6 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- #yarn build --linux
yarn package-linux
}