summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ded371a39e74..c322af324231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = tutanota-desktop-linux
pkgdesc = Official Tutanota email client
pkgver = 3.47.4
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com/blog/posts/desktop-clients/
arch = x86_64
- license = unknown
+ license = GPL3
provides = tutanota-desktop-linux
conflicts = tutanota-desktop-linux
noextract = tutanota-desktop-linux.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index b626376bb56b..3304e5f232b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=tutanota-desktop-linux
pkgver=3.47.4
-pkgrel=1
+pkgrel=2
pkgdesc='Official Tutanota email client'
arch=('x86_64')
url='https://tutanota.com/blog/posts/desktop-clients/'
-license=('unknown')
+license=('GPL3')
provides=("${pkgname}")
conflicts=("${pkgname}")
options=(!strip)