summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fb18696c2a..ad39dfcbc784 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.10.2
+ pkgver = 1.10.3
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = mailspring
optdepends = gnome-keyring: keyrings
optdepends = zenity: for showing desktop notifications
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.10.2/mailspring-1.10.2-amd64.deb
- sha256sums_x86_64 = e8a1e19261d6863fc0804098a8db89d2248f118cae04369cff77d6e89d1f8138
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.10.3/mailspring-1.10.3-amd64.deb
+ sha256sums_x86_64 = f87d8a79a441029bde506e95cfe67c2d6a66369678970c9e5f52cad002b1fdbc
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 53a653a0c8be..0c0db4c89f60 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Eric S. Londres <ericlondres@protonmail.com>
+# Maintainer: Mandeep Sangwan <mandeep@sangwan.me>
# Contributor: Joakim Nylén <me@jnylen.nu>
# Contributor: Rashintha Maduneth <rashinthamaduneth@gmail.com>
# Contributor: Dhananjay Balan <mail@dbalan.in>
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -16,7 +17,7 @@ options=('!strip')
source=()
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb")
-sha256sums_x86_64=('e8a1e19261d6863fc0804098a8db89d2248f118cae04369cff77d6e89d1f8138')
+sha256sums_x86_64=('f87d8a79a441029bde506e95cfe67c2d6a66369678970c9e5f52cad002b1fdbc')
depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")