summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-24 11:48:07 -0600
committerMark Wagie2022-03-24 11:48:07 -0600
commita1504cf5061a9d8285df68729ee400f5d9ed787c (patch)
treef1d5b038d3b5a45b94f41f72310be2b4391989fb
parent60be80dc9812ec4ba893d3d3b0df2c5b9132fa00 (diff)
downloadaur-a1504cf5061a9d8285df68729ee400f5d9ed787c.tar.gz
3.94.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfe1dc37c62..990590f5d50f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
- pkgver = 3.94.1
+ pkgver = 3.94.2
pkgrel = 1
url = https://tutanota.com
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = tutanota-desktop
depends = libappindicator-gtk3
depends = libnotify
depends = org.freedesktop.secrets
- source = https://github.com/tutao/tutanota/archive/tutanota-desktop-release-3.94.1.tar.gz
+ source = https://github.com/tutao/tutanota/archive/tutanota-desktop-release-3.94.2.tar.gz
source = tutanota-desktop
source = tutanota-desktop.desktop
- sha256sums = cf52f0bc75d19ab208e0b80fc1fbe4a42433206e97956542052163b29de627c0
+ sha256sums = e07e856f8d16756c97775813f417e441b3c068e237d4ea55b6f1f1e7ef66885a
sha256sums = 4f91e842bd92a3312943854383e4929f9baf6cb684a7027aa55edcce1bf4ca16
sha256sums = 9a41e5474e1568b13093c91fd54538fe614003f5f5d4f895553f73207c28cb08
diff --git a/PKGBUILD b/PKGBUILD
index 3f863bcf79e9..ddc9f58dc115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
-pkgver=3.94.1
+pkgver=3.94.2
pkgrel=1
-_node_version=16
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -15,7 +14,7 @@ makedepends=('nvm')
source=("https://github.com/tutao/tutanota/archive/$pkgname-release-$pkgver.tar.gz"
"$pkgname"
"$pkgname.desktop")
-sha256sums=('cf52f0bc75d19ab208e0b80fc1fbe4a42433206e97956542052163b29de627c0'
+sha256sums=('e07e856f8d16756c97775813f417e441b3c068e237d4ea55b6f1f1e7ef66885a'
'4f91e842bd92a3312943854383e4929f9baf6cb684a7027aa55edcce1bf4ca16'
'9a41e5474e1568b13093c91fd54538fe614003f5f5d4f895553f73207c28cb08')
@@ -30,8 +29,9 @@ _ensure_local_nvm() {
}
prepare() {
+ cd "${pkgname%-*}-$pkgname-release-$pkgver"
_ensure_local_nvm
- nvm install "$_node_version"
+ nvm install
}
build() {