summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-05-31 09:24:13 +0200
committerJoakim Nylén2018-05-31 09:24:13 +0200
commit2dbfb36ccdbc0bbf39c1b312d9cb8ec54d61061f (patch)
tree125f3da6d17cc2c86a423801997acd9ae7f9c288
parent4923c0e4b73a221e8c941fb8962204a577492779 (diff)
downloadaur-2dbfb36ccdbc0bbf39c1b312d9cb8ec54d61061f.tar.gz
Update to 1.2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93658208985b..0264600e076b 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.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -18,9 +18,8 @@ pkgbase = mailspring
depends = gtk2
depends = nss
options = !strip
- options = !upx
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.2.1/mailspring-1.2.1-amd64.deb
- sha256sums_x86_64 = 4703f74c49f12e6b6eb0047a9c7e7633445dc3dc352ebaf5af154d3e0d4fbdf5
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.2.2/mailspring-1.2.2-amd64.deb
+ sha256sums_x86_64 = c402044ccfdafb017b8f0401be0d9562d4f3ae04eb6d9922732bfb7a708e492d
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 1acef283dd31..489ed9fa79f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.2.1
+_pkgver=1.2.2
pkgver=${_pkgver}
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.')
url="https://getmailspring.com/"
-options=('!strip' '!upx')
+options=('!strip')
source=()
sha256sums=()
-sha256sums_x86_64=('4703f74c49f12e6b6eb0047a9c7e7633445dc3dc352ebaf5af154d3e0d4fbdf5')
+sha256sums_x86_64=('c402044ccfdafb017b8f0401be0d9562d4f3ae04eb6d9922732bfb7a708e492d')
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")