summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-15 15:56:31 -0600
committerMark Wagie2020-09-15 15:56:31 -0600
commit6fdde6798a02368ad77f7ae21a744c1908cc67be (patch)
tree438a96c578b13ae13b56ad1f9f9710745988e261
parente1d4d63ec868aa2780197cd6bea930835ffff805 (diff)
downloadaur-6fdde6798a02368ad77f7ae21a744c1908cc67be.tar.gz
Node.js 12.18.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb544774a4b..c996453fca8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
pkgver = 3.76.7
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3fd51139c9ac..288d15ae338a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=3.76.7
-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.3'
+ local nodeversion='12.18.4'
npm config delete prefix
source /usr/share/nvm/init-nvm.sh
nvm install "$nodeversion" && nvm use "$nodeversion"