summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9797b3e598f8..f5062b67f7a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
pkgver = 3.76.11
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 619a0f17924f..02065bcf5723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=3.76.11
-pkgrel=1
+pkgrel=2
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -21,7 +21,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.4'
+ local nodeversion='12.19.0'
npm config delete prefix
source /usr/share/nvm/init-nvm.sh
nvm install "$nodeversion" && nvm use "$nodeversion"