summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-12-19 20:35:03 +0100
committerJoakim Nylén2017-12-19 20:35:03 +0100
commiteefd80d171c18bce9ae946a94579754df27a1fb2 (patch)
treeb5cab6ffd0f893073b3a7d9a7083a9e3b39048e5
parent5c40184354894da6e3c06033ee347e398570b79c (diff)
downloadaur-eefd80d171c18bce9ae946a94579754df27a1fb2.tar.gz
Update to 1.0.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d148b4a6a5d..2c7e7c00a6e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- pkgver = 1.0.10.d250d253
+ pkgver = 1.0.11.ea4b20af
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
- license = GPL3
+ license = custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.
depends = libgnome-keyring
+ depends = gnome-keyring
+ depends = libxss
depends = libtool
depends = c-ares
depends = ctemplate
@@ -23,8 +25,8 @@ pkgbase = mailspring
depends = gconf
options = !strip
options = !upx
- source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/d250d253/linux/mailspring-1.0.10-amd64.deb
- sha256sums_x86_64 = b61f2fc929946da6f83bf02c7632be044d0e50c512105ef9c9c17a9d0d5c9f90
+ source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/ea4b20af/linux/mailspring-1.0.11-amd64.deb
+ sha256sums_x86_64 = 9a4499fea7fcba2db727595cbdcb049ee632f94517d36e22eed8a58b72800ca7
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 787e28500b96..1d014e26281b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.0.10
-_pkghash=d250d253
+_pkgver=1.0.11
+_pkghash=ea4b20af
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')
+license=('custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.')
url="https://getmailspring.com/"
options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('b61f2fc929946da6f83bf02c7632be044d0e50c512105ef9c9c17a9d0d5c9f90')
+sha256sums_x86_64=('9a4499fea7fcba2db727595cbdcb049ee632f94517d36e22eed8a58b72800ca7')
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")
+depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "glibc" "libxml2" "libutil-linux" "libsecret" "gconf")
package() {
cd ${srcdir}