summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-03-07 22:47:11 +0100
committerJoakim Nylén2018-03-07 22:47:11 +0100
commit36aa17d30f42b995efe308b013a5caf2314b0b9c (patch)
tree5df60cf5f1dd1d4581da045517863d16bc909e88
parent8d6829143bd581027ebe09c77efad167071731a6 (diff)
downloadaur-36aa17d30f42b995efe308b013a5caf2314b0b9c.tar.gz
Update to 1.1.5.
Remove pkghash.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f367effb9a70..9a9ab5ae6bd9 100644
--- 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.1.4.22d9f20
+ pkgver = 1.1.5
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = mailspring
depends = nss
options = !strip
options = !upx
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.4/mailspring-1.1.4-amd64.deb
- sha256sums_x86_64 = edd32d06aa16ae3bc460c94f6ddddbbe12c3b1ae772aaa5d234e6ddadffd9544
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.5/mailspring-1.1.5-amd64.deb
+ sha256sums_x86_64 = fbbc365ba2476e7076973f40b9277c00582467a3ad73ac437fb196178a004c5d
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index ccc0e2602d22..10087cc367de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.1.4
-_pkghash=22d9f20
-pkgver=${_pkgver}.${_pkghash}
+_pkgver=1.1.5
+pkgver=${_pkgver}
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -14,7 +13,7 @@ options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('edd32d06aa16ae3bc460c94f6ddddbbe12c3b1ae772aaa5d234e6ddadffd9544')
+sha256sums_x86_64=('fbbc365ba2476e7076973f40b9277c00582467a3ad73ac437fb196178a004c5d')
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")