summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed74267cdea..2b201cdcc93b 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.0.4
- pkgrel = 2
+ pkgver = 1.0.5
+ pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
license = GPL3
@@ -23,8 +23,8 @@ pkgbase = mailspring
depends = gconf
options = !strip
options = !upx
- source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/e604c991/linux/mailspring-1.0.4-amd64.deb
- sha256sums_x86_64 = b7f86416ab26025c070d154cec20fae3217a4f425efe2511976df398b1de6dae
+ source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/2a95f8f7/linux/mailspring-1.0.5-amd64.deb
+ sha256sums_x86_64 = f64f3a72b28ad496ac83e252447da2a3f678ce62d34f5beaa0ec99c75bb643de
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 2a84dac7bbb3..3e56c641e6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.0.4
-pkgrel=2
-pkghash=e604c991
+_pkgver=1.0.5
+_pkghash=2a95f8f7
+pkgver=${_pkgver} # .${_pkghash}
+pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('GPL3')
@@ -13,9 +14,9 @@ options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('b7f86416ab26025c070d154cec20fae3217a4f425efe2511976df398b1de6dae')
+sha256sums_x86_64=('f64f3a72b28ad496ac83e252447da2a3f678ce62d34f5beaa0ec99c75bb643de')
-source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/${pkghash}/linux/mailspring-${pkgver}-amd64.deb")
+source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/${_pkghash}/linux/mailspring-${_pkgver}-amd64.deb")
depends=("libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret" "gconf")
package() {