summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2019-03-18 18:48:42 +0100
committerJoakim Nylén2019-03-18 18:48:42 +0100
commit5a279def548b0967752073d3aa0d053971b69d04 (patch)
tree54161602b0f54d12035c50cae251b17186d43afe
parent2676e0ef026fceba3b74aa88331e7efc0806f9e8 (diff)
downloadaur-5a279def548b0967752073d3aa0d053971b69d04.tar.gz
Update to 1.6.0 and add my name back to the maintainer list as it was removed.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e684cd6adf7..300b9a88fc7e 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.5.7
+ pkgver = 1.6.0
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = mailspring
depends = libglvnd
optdepends = libappindicator-gtk3: for system tray support
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.7/mailspring-1.5.7-amd64.deb
- sha256sums_x86_64 = 59ae0732715e0c51846eb2a0f26a294f517ce7114faf57e90efe883dc05bfca2
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.6.0/mailspring-1.6.0-amd64.deb
+ sha256sums_x86_64 = b50db78bdd1fac0ab6766b19fdb2c912810bf6eed1c56b940ee1ec140b7223f9
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index d6f39bfa20be..0cf5890f9ef8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Joakim Nylén <me@jnylen.nu>
# Maintainer: Rashintha Maduneth <rashinthamaduneth@gmail.com>
# Maintainer: Dhananjay Balan <mail@dbalan.in>
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.5.7
+pkgver=1.6.0
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -12,7 +13,7 @@ url="https://getmailspring.com/"
options=('!strip')
source=()
-sha256sums_x86_64=('59ae0732715e0c51846eb2a0f26a294f517ce7114faf57e90efe883dc05bfca2')
+sha256sums_x86_64=('b50db78bdd1fac0ab6766b19fdb2c912810bf6eed1c56b940ee1ec140b7223f9')
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" "gtk3" "nss" "libglvnd")