summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2020-04-17 19:34:28 +0200
committerJoakim Nylén2020-04-17 19:34:28 +0200
commit6b2b95b2285389d51b7462f6901c4a3ad96e0d20 (patch)
tree877c1852e46bc06b9a5edec1973cf385d46493e8
parent09be72309e31c220b73e2cbee36d5b36b2693beb (diff)
downloadaur-6b2b95b2285389d51b7462f6901c4a3ad96e0d20.tar.gz
Update to 1.7.5
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6afb256760..dff53239aba5 100755
--- 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.7.4
+ pkgver = 1.7.5
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = mailspring
depends = tidy
depends = libxkbfile
depends = libsecret
- depends = gconf
depends = gtk3
depends = nss
depends = libglvnd
@@ -20,8 +19,8 @@ pkgbase = mailspring
optdepends = libgnome-keyring: keyrings
optdepends = gnome-keyring: keyrings
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.7.4/mailspring-1.7.4-amd64.deb
- sha256sums_x86_64 = 7c92cdc93151c293fe2e4975be3668c950dbb4dec492f5c955136dccee96a12d
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.7.5/mailspring-1.7.5-amd64.deb
+ sha256sums_x86_64 = 2789645c8e649dd88ed4850bfefac6764b4e13b38eef52e1f9dc26653609e61d
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index a05b065c1401..f0695211cd5e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.7.4
+pkgver=1.7.5
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -13,10 +13,10 @@ url="https://getmailspring.com/"
options=('!strip')
source=()
-sha256sums_x86_64=('7c92cdc93151c293fe2e4975be3668c950dbb4dec492f5c955136dccee96a12d')
+sha256sums_x86_64=('2789645c8e649dd88ed4850bfefac6764b4e13b38eef52e1f9dc26653609e61d')
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb")
-depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk3" "nss" "libglvnd")
+depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")
optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )