summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-15 09:09:01 -0600
committerMark Wagie2021-06-15 09:09:01 -0600
commit78048d57448640d61fd70b0a383c11237e480ade (patch)
tree48030af862e14bad9c13c28885c8bd671545317a
parent423f9fcf0ec2d84d74c476d5bee6d5251c83cd8b (diff)
downloadaur-78048d57448640d61fd70b0a383c11237e480ade.tar.gz
Node.js 14.17.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85577a3d024..dd2a59c3ce80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
pkgver = 3.84.4
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com
arch = x86_64
license = GPL3
@@ -19,4 +19,3 @@ pkgbase = tutanota-desktop
sha256sums = a2e2b932eb0bc2ad2413b7f39eb9fbdb517f5670367413f76d718d5d270996f7
pkgname = tutanota-desktop
-
diff --git a/PKGBUILD b/PKGBUILD
index 133bb9f7df06..3fc9dd4dd420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=3.84.4
-pkgrel=1
+pkgrel=2
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -32,7 +32,7 @@ prepare() {
# Use Node.js 14 per upstream
export npm_config_cache="$srcdir/npm-cache"
local npm_prefix=$(npm config get prefix)
- local nodeversion='14.17.0'
+ local nodeversion='14.17.1'
npm config delete prefix
_ensure_local_nvm
nvm install "$nodeversion" && nvm use "$nodeversion"