summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-07-23 13:53:55 -0600
committerMark Wagie2020-07-23 13:53:55 -0600
commit0185b743b75eb5b60ba924148d780c86fc1b9556 (patch)
tree9b1277745cf791fbc72a61b686d0c1d8f86067a1 /PKGBUILD
parent2cf788868ef6c9127139c47fa4cbc0806575456f (diff)
downloadaur-0185b743b75eb5b60ba924148d780c86fc1b9556.tar.gz
updated Node.js to 12.18.3 LTS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf9eab031c5a..ffa1be453248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=3.75.3
-pkgrel=1
+pkgrel=2
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -22,7 +22,7 @@ build() {
# Use nodejs v12 until upstream fixes build with v14
export npm_config_cache="$srcdir/npm-cache"
local npm_prefix=$(npm config get prefix)
- local nodeversion='12.18.2'
+ local nodeversion='12.18.3'
npm config delete prefix
source /usr/share/nvm/init-nvm.sh
nvm install "$nodeversion" && nvm use "$nodeversion"