summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-01-22 21:20:52 +0100
committerJoakim Nylén2018-01-22 21:20:52 +0100
commit905bb89ad3c60d9590a45afe82bc0b4ca36ecccc (patch)
tree25af3ebb96203646b2aead817bd06f80ae8c2b6d
parent199359ee5b8e3ff5e28c945d62f61ae1e128fe89 (diff)
downloadaur-905bb89ad3c60d9590a45afe82bc0b4ca36ecccc.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7bc2532a4e..ea4869f1450c 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.0.12.cf081332
+ pkgver = 1.1.0.7563b09
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = mailspring
depends = gconf
options = !strip
options = !upx
- source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/cf081332/linux/mailspring-1.0.12-amd64.deb
- sha256sums_x86_64 = 62e44f780617c8ec6705dee8287413efa7651a6015c8cebbffff062f575be19a
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.1.0/mailspring-1.1.0-amd64.deb
+ sha256sums_x86_64 = 8ce4c5f776f768fcfe292c1dad2eac8488bd247152571cbdecbe5bc62cbc9d26
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 3e0bc860610f..94a8f9974ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.0.12
-_pkghash=cf081332
+_pkgver=1.1.0
+_pkghash=7563b09
pkgver=${_pkgver}.${_pkghash}
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
@@ -14,9 +14,9 @@ options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('62e44f780617c8ec6705dee8287413efa7651a6015c8cebbffff062f575be19a')
+sha256sums_x86_64=('8ce4c5f776f768fcfe292c1dad2eac8488bd247152571cbdecbe5bc62cbc9d26')
-source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/${_pkghash}/linux/mailspring-${_pkgver}-amd64.deb")
+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" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret" "gconf")
package() {