summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-02-07 00:40:23 +0100
committerJoakim Nylén2018-02-07 00:40:23 +0100
commit78f15f986866dbd04dc35e0b14663c1bc97a37c8 (patch)
tree0efc89ddbe711a7949d7693d1eb2094f4c4a050f
parent02d9ee0555813a08c16f5e1f61137f7cc4b7fe21 (diff)
downloadaur-78f15f986866dbd04dc35e0b14663c1bc97a37c8.tar.gz
Update to 1.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7c35288a1b..cdec09ddcbf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- pkgver = 1.1.2.8ae17ea
- pkgrel = 2
+ pkgver = 1.1.3.27dcee2
+ pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.
@@ -19,8 +19,8 @@ pkgbase = mailspring
depends = nss
options = !strip
options = !upx
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.2/mailspring-1.1.2-amd64.deb
- sha256sums_x86_64 = 5d34ae89cf41bf48440aa9c05937ab8828bab78babbc71501bf3d987e4c86d0a
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.3/mailspring-1.1.3-amd64.deb
+ sha256sums_x86_64 = cf8b05f65bc91e61cee663db41761a744baad6a30e40cbc7500a67c62e9dee81
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 67cef71d850e..58bc6104ab9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.1.2
-_pkghash=8ae17ea
+_pkgver=1.1.3
+_pkghash=27dcee2
pkgver=${_pkgver}.${_pkghash}
-pkgrel=2
+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-2017 Foundry 376, LLC.')
@@ -14,7 +14,7 @@ options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('5d34ae89cf41bf48440aa9c05937ab8828bab78babbc71501bf3d987e4c86d0a')
+sha256sums_x86_64=('cf8b05f65bc91e61cee663db41761a744baad6a30e40cbc7500a67c62e9dee81')
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${_pkgver}/mailspring-${_pkgver}-amd64.deb")
depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk2" "nss")