summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2019-02-26 19:21:50 +0000
committeragilob2019-02-26 19:21:50 +0000
commit1a5caca9ce5683557c53cb8a2dbfe3780abd7497 (patch)
treed6162775d5269345c6c62174f7f0d4f661f305d2
parent5d131ab4fa9d0b7b6dc3a6d39e4f52a60b2fb724 (diff)
downloadaur-1a5caca9ce5683557c53cb8a2dbfe3780abd7497.tar.gz
Set correct licence
-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)