diff options
author | Mark Wagie | 2024-06-26 08:48:16 -0600 |
---|---|---|
committer | Mark Wagie | 2024-06-26 08:48:16 -0600 |
commit | f9503b0c59055bdec36027cc0222c1a4e09768bb (patch) | |
tree | 5de38d8a04d97934e4295394d3a782bfe451424f | |
parent | 6fc1f3536898416cc96346cae781dfcdcd96393f (diff) | |
download | aur-f9503b0c59055bdec36027cc0222c1a4e09768bb.tar.gz |
232.240626.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | tutanota-desktop.desktop | 4 |
3 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ pkgbase = tutanota-desktop pkgdesc = Official Tutanota email client - pkgver = 230.240603.0 + pkgver = 232.240626.0 pkgrel = 1 url = https://tuta.com arch = x86_64 @@ -13,13 +13,13 @@ pkgbase = tutanota-desktop depends = gtk3 depends = libsecret depends = nss - source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-230.240603.0 + source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-232.240626.0 source = git+https://github.com/P-H-C/phc-winner-argon2.git source = git+https://github.com/open-quantum-safe/liboqs.git source = tutanota-desktop.desktop - sha256sums = a0d03083a6c310a84bbde055343d9dc77d0ec57033d12e4d3c9dc48aae72cbe5 + sha256sums = 7b3001657547adf72d0e50593578e0528019cad0bd03c30c33dde96a15637240 sha256sums = SKIP sha256sums = SKIP - sha256sums = 669bff831e12ff91e62eef1b0dbad7e9458b255d90eee456b6d2a50f149d819b + sha256sums = d6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7 pkgname = tutanota-desktop @@ -2,7 +2,7 @@ # Co-Maintainer: Aaron J. Graves <linux@ajgraves.com> # Contributor: ganthern <https://github.com/ganthern> pkgname=tutanota-desktop -pkgver=230.240603.0 +pkgver=232.240626.0 pkgrel=1 pkgdesc="Official Tutanota email client" arch=('x86_64') @@ -14,10 +14,10 @@ source=("git+https://github.com/tutao/tutanota.git#tag=$pkgname-release-$pkgver" 'git+https://github.com/P-H-C/phc-winner-argon2.git' 'git+https://github.com/open-quantum-safe/liboqs.git' "$pkgname.desktop") -sha256sums=('a0d03083a6c310a84bbde055343d9dc77d0ec57033d12e4d3c9dc48aae72cbe5' +sha256sums=('7b3001657547adf72d0e50593578e0528019cad0bd03c30c33dde96a15637240' 'SKIP' 'SKIP' - '669bff831e12ff91e62eef1b0dbad7e9458b255d90eee456b6d2a50f149d819b') + 'd6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7') _ensure_local_nvm() { # let's be sure we are starting clean diff --git a/tutanota-desktop.desktop b/tutanota-desktop.desktop index ee685549d908..1248d2321354 100644 --- a/tutanota-desktop.desktop +++ b/tutanota-desktop.desktop @@ -1,6 +1,6 @@ [Desktop Entry] -Name=Tuta Mail Desktop -Exec=/opt/tutanota-desktop/tutanota-desktop --no-sandbox %U +Name=Tuta Mail +Exec=/opt/tutanota-desktop/tutanota-desktop Terminal=false Type=Application Icon=tutanota-desktop |