summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-06-29 17:12:52 -0400
committerGI_Jack2021-06-29 17:12:52 -0400
commit179bf416a87bff058ce2fc8fa9563ed951a4b805 (patch)
treee72b7b8760e1020bbdc67f9123fe4cd7ca9e54e1 /PKGBUILD
parentf43af9045c663128316e99d5fcb4ef7eb5050e1e (diff)
downloadaur-179bf416a87bff058ce2fc8fa9563ed951a4b805.tar.gz
removed Cargo.lock, no longer needed
switched nodejs to LTS, otherwise won't compile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 780573002b39..6053c068100b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/adityapk00/zecwallet-lite"
license=('MIT')
depends=('electron')
-makedepends=('rust' 'nodejs' 'yarn' 'npm')
+makedepends=('rust' 'nodejs-lts-fermium' 'yarn' 'npm')
provides=('zcash-wallet')
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/adityapk00/zecwallet-lite/archive/v${pkgver}.tar.gz"