summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-08-10 12:19:03 +0200
committerJoakim Nylén2018-08-10 12:19:03 +0200
commit4b305facf2e8cc16aef21f283c2e301afdc7cda9 (patch)
treed363fb795fa9d64b6423840223c3411c80f48984
parent8371f1b243bc12b3b26eaed08272c9a4143b0879 (diff)
downloadaur-4b305facf2e8cc16aef21f283c2e301afdc7cda9.tar.gz
Update to 1.4.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a887eab38284..d3e368057e15 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mailspring
depends = gtk2
depends = nss
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.3.0/mailspring-1.3.0-amd64.deb
- sha256sums_x86_64 = ccf0b9bb756898aeb60a9f0758034a18cd48200b0adf0f4e60e2ec58de4a359f
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.4.0/mailspring-1.4.0-amd64.deb
+ sha256sums_x86_64 = ed1503d36be45376d15c5ec35a2d8dab5ef8b07b318e9578ce9b5ea42c3ed528
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 459e1b701a75..281a406f044b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.3.0
+_pkgver=1.4.0
pkgver=${_pkgver}
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
@@ -13,7 +13,7 @@ options=('!strip')
source=()
sha256sums=()
-sha256sums_x86_64=('ccf0b9bb756898aeb60a9f0758034a18cd48200b0adf0f4e60e2ec58de4a359f')
+sha256sums_x86_64=('ed1503d36be45376d15c5ec35a2d8dab5ef8b07b318e9578ce9b5ea42c3ed528')
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")