makedeb
Official Tutanota email client
Click here to go back to the commit logs for tutanota-desktop-bin.
Hash: 7c02f7c53e602ae856ae10b874cfa9879015e795
Message: Added app-update.yml permissions fix
diff --git a/.SRCINFO b/.SRCINFO
index d102630..e01e284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tutanota-desktop-bin
pkgdesc = Official Tutanota email client
pkgver = 3.66.5
- pkgrel = 5
+ pkgrel = 6
url = https://tutanota.com
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9aebe59..ebad05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
pkgname=tutanota-desktop-bin
pkgver=3.66.5
-pkgrel=5
+pkgrel=6
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -46,6 +46,7 @@ package() {
# Fix permisssions
chmod 644 "$pkgdir/opt/${pkgname%-bin}/resources/app.asar"
+ chmod 644 "$pkgdir/opt/${pkgname%-bin}/resources/app-update.yml"
install -Dm755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"