summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb3dcd0a128..cf3ed66b8870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,24 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Jul 17 01:56:55 PM PDT 2022
+# Thu Apr 20 04:38:26 PM PDT 2023
pkgbase = zecwallet-lite
pkgdesc = Z-Addr first, Sapling compatible lightwallet client for Zcash
- pkgver = 1.7.13
- pkgrel = 2
+ pkgver = 1.8.8
+ pkgrel = 1
url = https://github.com/adityapk00/zecwallet-lite
arch = any
license = MIT
makedepends = rust
- makedepends = nodejs
+ makedepends = nodejs-lts-fermium
makedepends = yarn
makedepends = npm
makedepends = libxcrypt-compat
depends = electron
provides = zcash-wallet
options = !strip
- source = zecwallet-lite-1.7.13.tar.gz::https://github.com/adityapk00/zecwallet-lite/archive/v1.7.13.tar.gz
+ source = zecwallet-lite-1.8.8.tar.gz::https://github.com/adityapk00/zecwallet-lite/archive/v1.8.8.tar.gz
source = zecwallet-icons.tar.xz
source = zecwallet-lite.desktop
- sha256sums = aaac43490555b0aad4497db9c55c200f517872107f9bc4330634b1238cb97a9f
+ sha256sums = 84c8ff31c6df89410ac17b67b39eb471bd49886cefe38e2f3b1b8e84b01a5291
sha256sums = 19d8b4acee2c6ff062e86ecbb2365123d0471f2991192323780b53630104574d
sha256sums = 7d596dda26bfb44a4b910b128a7f2c3c7734d0722312c28147ade706b25027d2
diff --git a/PKGBUILD b/PKGBUILD
index 07b91a525658..e63cd68c9b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: GI Jack <GI_Jack@hackermail.com>
pkgname=zecwallet-lite
-pkgver=1.7.13
-pkgrel=2
+pkgver=1.8.8
+pkgrel=1
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' 'libxcrypt-compat')
+makedepends=('rust' 'nodejs-lts-fermium' '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"
"zecwallet-icons.tar.xz"
"${pkgname}.desktop"
)
-sha256sums=('aaac43490555b0aad4497db9c55c200f517872107f9bc4330634b1238cb97a9f'
+sha256sums=('84c8ff31c6df89410ac17b67b39eb471bd49886cefe38e2f3b1b8e84b01a5291'
'19d8b4acee2c6ff062e86ecbb2365123d0471f2991192323780b53630104574d'
'7d596dda26bfb44a4b910b128a7f2c3c7734d0722312c28147ade706b25027d2')