summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6659ea65b0ef..64931cadaaff 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- pkgver = 1.13.1
+ pkgver = 1.13.3
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
- license = custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.
+ license = custom: GPL3 and (C) 2017-2020 Foundry 376, LLC.
depends = libxss
depends = libtool
depends = c-ares
@@ -21,7 +21,7 @@ pkgbase = mailspring
optdepends = gnome-keyring: keyrings
optdepends = zenity: for showing desktop notifications
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.13.1/mailspring-1.13.1-amd64.deb
- sha256sums_x86_64 = e9badb3f26e933e295262770e87a6556a1432eb30cc3bfee27f2826668d90504
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.13.3/mailspring-1.13.3-amd64.deb
+ sha256sums_x86_64 = d85e64f3345123ac75110d24f30bc8ab54372e7ae7d913a9fccabe1fb56ace57
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 9a1282f86f40..451920e577aa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.13.1
+pkgver=1.13.3
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
-license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.')
+license=('custom: GPL3 and (C) 2017-2020 Foundry 376, LLC.')
url="https://getmailspring.com/"
options=('!strip')
source=()
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb")
-sha256sums_x86_64=('e9badb3f26e933e295262770e87a6556a1432eb30cc3bfee27f2826668d90504')
+sha256sums_x86_64=('d85e64f3345123ac75110d24f30bc8ab54372e7ae7d913a9fccabe1fb56ace57')
depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")