diff options
author | Aaron J. Graves | 2023-04-05 12:16:49 -0500 |
---|---|---|
committer | Aaron J. Graves | 2023-04-05 12:16:49 -0500 |
commit | b892d845fdeda3dfbcd64ac111dd7126a994657f (patch) | |
tree | 181203e6f70e00ef320c98209dd6268d84eebb52 | |
parent | d3ad3c6c7e4d442cf63ca3729ea909e107d4efa9 (diff) | |
download | aur-b892d845fdeda3dfbcd64ac111dd7126a994657f.tar.gz |
Tutanota updated the package but didn't tag a new release in github, needed to re-point link to tutao-pub.pem
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = tutanota-desktop-bin pkgdesc = Official Tutanota email client pkgver = 3.112.6 - pkgrel = 1 + pkgrel = 2 url = https://tutanota.com arch = x86_64 license = GPL3 @@ -16,7 +16,7 @@ pkgbase = tutanota-desktop-bin replaces = tutanota-desktop-linux source = tutanota-desktop-3.112.6.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage source = linux-sig-3.112.6.bin::https://mail.tutanota.com/desktop/linux-sig.bin - source = tutao-pub-3.112.6.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.112.6/tutao-pub.pem + source = tutao-pub-3.112.6.pem::https://raw.githubusercontent.com/tutao/tutanota/master/tutao-pub.pem sha512sums = 7cf0af7a4b45ccd2d19b6a27ac9eb7340adbfcb48df20e30d1c3abbfa93f91c50efd6cd0903de81058f9e028f909a07bcbefb14b20b2782e55ac7ee24bcbe5ff sha512sums = 0b6f79afcde5d8cf6faec1f4304c0fa5a8c44302fa37e6db1e553c51c2fe177c2a3dbe788dd95a917f6ac34ae72922a9b072fc11ca5492404f719934edf8f346 sha512sums = 7c6cf9f1074c08b4d38567ced95159c0809af025efe01b0163d9bb5107daabfa873064255186c071a7dc3a9177ccd0c1b2fcc8b085bdbff234965a6710b3ae45 @@ -2,7 +2,7 @@ # Co-Maintainer: Aaron J. Graves <linux@ajgraves.com> pkgname=tutanota-desktop-bin pkgver=3.112.6 -pkgrel=1 +pkgrel=2 pkgdesc="Official Tutanota email client" arch=('x86_64') url="https://tutanota.com" @@ -11,7 +11,7 @@ depends=('alsa-lib' 'gtk3' 'libsecret' 'nss') makedepends=('openssl') source=("${pkgname%-bin}-$pkgver.AppImage::https://mail.tutanota.com/desktop/${pkgname%-bin}-linux.AppImage" "linux-sig-$pkgver.bin::https://mail.tutanota.com/desktop/linux-sig.bin" - "tutao-pub-$pkgver.pem::https://github.com/tutao/tutanota/raw/${pkgname%-bin}-release-$pkgver/tutao-pub.pem") + "tutao-pub-$pkgver.pem::https://raw.githubusercontent.com/tutao/tutanota/master/tutao-pub.pem") provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux") replaces=("${pkgname%-bin}-linux") |