261.250116.0

This commit is contained in:
Mark Wagie 2025-01-17 10:56:06 -07:00
parent b05ed4b817
commit 49d376fe56
5 changed files with 22 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = tutanota-desktop
pkgdesc = The desktop client for Tutanota, the secure e-mail service.
pkgver = 259.250113.0
pkgver = 261.250116.0
pkgrel = 1
url = https://tuta.com/secure-email
arch = x86_64
@ -14,11 +14,11 @@ pkgbase = tutanota-desktop
depends = gtk3
depends = libsecret
depends = nss
source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-259.250113.0
source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-261.250116.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 = 87fc93bc59e1d57abb19f5f23f51061a4077dcd12e8e06e62e2e28a0cecfcbdd
sha256sums = a40e9545e47b18d8ded8f175d5ed02b4631645f78dc8709986e088ac53a8e4ac
sha256sums = SKIP
sha256sums = SKIP
sha256sums = d6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7

4
.gitignore vendored
View file

@ -1,8 +1,10 @@
# Ignore everything
*
/*
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
!.nvchecker.toml
!LICENSE
!tutanota-desktop.desktop

5
.nvchecker.toml Normal file
View file

@ -0,0 +1,5 @@
[tutanota-desktop]
source = "git"
git = "https://github.com/tutao/tutanota.git"
prefix = "tutanota-desktop-release-"
include_regex = "tutanota-desktop.*"

9
LICENSE Normal file
View file

@ -0,0 +1,9 @@
Binary files, as well as any files describing changes ("patches") to the software that is being built are excluded from this license. They are provided under the license terms of the software they describe changes for.
Any files containing a license notice are excluded from this license. They are provided under the license terms defined in their respective notices.
Copyright 2024 Arch Linux Contributors
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=259.250113.0
pkgver=261.250116.0
pkgrel=1
pkgdesc="The desktop client for Tutanota, the secure e-mail service."
arch=('x86_64')
@ -25,7 +25,7 @@ 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=('87fc93bc59e1d57abb19f5f23f51061a4077dcd12e8e06e62e2e28a0cecfcbdd'
sha256sums=('a40e9545e47b18d8ded8f175d5ed02b4631645f78dc8709986e088ac53a8e4ac'
'SKIP'
'SKIP'
'd6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7')