summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2019-04-06 19:14:12 +0200
committerJoakim Nylén2019-04-06 19:14:12 +0200
commitd05c0eca02d07fe5ef181a85d57a57fb1ab1aca8 (patch)
treef02b06c4f6c077805a98e5224edbaa1beb1335e6
parent5a279def548b0967752073d3aa0d053971b69d04 (diff)
downloadaur-d05c0eca02d07fe5ef181a85d57a57fb1ab1aca8.tar.gz
Update to 1.6.1
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 300b9a88fc7e..3350ad2d5400 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.
- depends = libgnome-keyring
- depends = gnome-keyring
depends = libxss
depends = libtool
depends = c-ares
@@ -19,9 +17,11 @@ pkgbase = mailspring
depends = nss
depends = libglvnd
optdepends = libappindicator-gtk3: for system tray support
+ optdepends = libgnome-keyring: keyrings
+ optdepends = gnome-keyring: keyrings
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.6.0/mailspring-1.6.0-amd64.deb
- sha256sums_x86_64 = b50db78bdd1fac0ab6766b19fdb2c912810bf6eed1c56b940ee1ec140b7223f9
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.6.1/mailspring-1.6.1-amd64.deb
+ sha256sums_x86_64 = f68cd607daf27375a13ec371505a714af6eda663d79f58d75db044cd08363e7e
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 0cf5890f9ef8..3fc0ce0ef049 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -13,12 +13,12 @@ url="https://getmailspring.com/"
options=('!strip')
source=()
-sha256sums_x86_64=('b50db78bdd1fac0ab6766b19fdb2c912810bf6eed1c56b940ee1ec140b7223f9')
+sha256sums_x86_64=('f68cd607daf27375a13ec371505a714af6eda663d79f58d75db044cd08363e7e')
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" "gtk3" "nss" "libglvnd")
+depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk3" "nss" "libglvnd")
-optdepends=('libappindicator-gtk3: for system tray support')
+optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )
package() {
cd ${srcdir}