summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-15 08:32:55 -0700
committerMark Wagie2024-01-15 08:32:55 -0700
commit4d54d23fe52bb11929ed0a7e09ffe92f5d593d86 (patch)
tree15ae05a9f07ef5495b3cb1edf60c28cf8eadd55d
parent89f4105121639917bd0c6ad6ff1405adf8a7613f (diff)
downloadaur-4d54d23fe52bb11929ed0a7e09ffe92f5d593d86.tar.gz
3.120.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26870db2d7e..05b0d6175c1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
- pkgver = 3.120.4
+ pkgver = 3.120.6
pkgrel = 1
url = https://tuta.com
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = nvm
makedepends = python
@@ -12,9 +12,9 @@ pkgbase = tutanota-desktop
depends = gtk3
depends = libsecret
depends = nss
- source = https://github.com/tutao/tutanota/archive/tutanota-desktop-release-3.120.4.tar.gz
+ source = https://github.com/tutao/tutanota/archive/tutanota-desktop-release-3.120.6.tar.gz
source = tutanota-desktop.desktop
- sha256sums = 20f7ea76bafb40510d317ee8b01ac9db71100615ece3530d5f87a341b513c602
+ sha256sums = b8cfc217d8dd7f1415531a9d4a06321d3c79eef0ec646cc156fa6140563c3eb9
sha256sums = 669bff831e12ff91e62eef1b0dbad7e9458b255d90eee456b6d2a50f149d819b
pkgname = tutanota-desktop
diff --git a/PKGBUILD b/PKGBUILD
index a6c4d8531359..791dbb702fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
-pkgver=3.120.4
+pkgver=3.120.6
pkgrel=1
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tuta.com"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('alsa-lib' 'gtk3' 'libsecret' 'nss')
makedepends=('git' 'nvm' 'python')
source=("https://github.com/tutao/tutanota/archive/$pkgname-release-$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('20f7ea76bafb40510d317ee8b01ac9db71100615ece3530d5f87a341b513c602'
+sha256sums=('b8cfc217d8dd7f1415531a9d4a06321d3c79eef0ec646cc156fa6140563c3eb9'
'669bff831e12ff91e62eef1b0dbad7e9458b255d90eee456b6d2a50f149d819b')
_ensure_local_nvm() {