summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-10-27 12:10:26 +0200
committerJoakim Nylén2018-10-27 12:10:26 +0200
commit161d97309f2a7bf8c9c0dc29a00b3ea7d1b0bbbd (patch)
tree4650591900737741f0c4e4499b1a5582561f7c69
parente803a2db70de4090d777555627f0fd483d89c357 (diff)
downloadaur-161d97309f2a7bf8c9c0dc29a00b3ea7d1b0bbbd.tar.gz
Update to 1.5.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf2075d6451..5f0e841b1d39 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.0
+ pkgver = 1.5.1
pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mailspring
depends = gtk3
depends = nss
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.0/mailspring-1.5.0-amd64.deb
- sha256sums_x86_64 = bc0c6e75f0db8d96e9803a457ca37593142253a242ce98eeff367f53926111e0
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.1/mailspring-1.5.1-amd64.deb
+ sha256sums_x86_64 = d5faef2ec702b57fc0b8715908e7fee17017f20204787f29f2a5685449bfe98f
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 12a0d5f60ea3..bbe57e034384 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.5.0
+_pkgver=1.5.1
pkgver=${_pkgver}
pkgrel=2
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=('bc0c6e75f0db8d96e9803a457ca37593142253a242ce98eeff367f53926111e0')
+sha256sums_x86_64=('d5faef2ec702b57fc0b8715908e7fee17017f20204787f29f2a5685449bfe98f')
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")