summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordacoit2015-08-09 01:15:37 -0500
committerdacoit2015-08-09 01:15:37 -0500
commitca0319228430ea0bfeac6dbc118468e552471614 (patch)
tree7f813984dde054ab9f3a6e10de6da3ecdf85c057
parentd3614cfa60556a19aac184d99d8a507495df6444 (diff)
downloadaur-ca0319228430ea0bfeac6dbc118468e552471614.tar.gz
bump to version 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5152c3fc53..cd9a037b6e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tutanota
pkgdesc = Tutanota end-to-end encrypted email client webapp
- pkgver = 1.9.6
+ pkgver = 2.0.3
pkgrel = 1
url = https://tutanota.de
arch = any
license = GPL3
makedepends = npm
makedepends = nodejs-gulp
- source = https://github.com/tutao/tutanota/archive/tutanota-release-1.9.6.tar.gz
- md5sums = 8898f362c3966a723e3167e48c7fe4c7
+ source = https://github.com/tutao/tutanota/archive/tutanota-release-2.0.3.tar.gz
+ md5sums = 7162053f03078364e827994a2b079052
pkgname = tutanota
diff --git a/PKGBUILD b/PKGBUILD
index dc3d33b0aee0..b7a62c32d74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dacoit <dacoit at tuta.io>
pkgname=tutanota
-pkgver=1.9.7
+pkgver=2.0.3
pkgrel=1
pkgdesc='Tutanota end-to-end encrypted email client webapp'
url='https://tutanota.de'
@@ -8,10 +8,11 @@ arch=('any')
license=('GPL3')
makedepends=('npm' 'nodejs-gulp')
source=("https://github.com/tutao/tutanota/archive/tutanota-release-$pkgver.tar.gz")
+md5sums=('7162053f03078364e827994a2b079052')
# Set to any value to install a symlink
# from the document root to the webapp
-_doc_root_symlink=y
+_doc_root_symlink=
_doc_root="/srv/http"
build() {
@@ -28,5 +29,3 @@ package() {
ln -s "/usr/share/webapps/$pkgname" "$pkgdir/$_doc_root/$pkgname"
fi
}
-
-md5sums=('9d99c74817e7e84fedbfaca0ff182f19')