summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Londres2021-09-16 17:01:02 -0400
committerEric S. Londres2021-09-16 17:01:02 -0400
commit346f04f4a4707dccc5c900fd51f8be68819f2de2 (patch)
treebd46ab1a9663fd28603b28c0585952ee7f2e4502
parent09392745455c62476a9efa7ea2f95f11027c11c2 (diff)
downloadaur-346f04f4a4707dccc5c900fd51f8be68819f2de2.tar.gz
update package to 1.9.2
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5c29c91c3a..73f7f2a183fd 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.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -19,8 +19,7 @@ pkgbase = mailspring
optdepends = libgnome-keyring: keyrings
optdepends = gnome-keyring: keyrings
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.9.1/mailspring-1.9.1-amd64.deb
- sha256sums_x86_64 = 99fa700d84691542c3f5387cb48e72a9be516166491daadb598a5f292dd0ea61
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.9.2/mailspring-1.9.2-amd64.deb
+ sha256sums_x86_64 = a3bc365c77791673d8b7d8fc2081b2e8e80ab5d78d6ffa99f848971849f43544
pkgname = mailspring
-
diff --git a/PKGBUILD b/PKGBUILD
index 66c3d17b8e67..3fbe5a4d932c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
@@ -16,7 +16,7 @@ options=('!strip')
source=()
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb")
-sha256sums_x86_64=('99fa700d84691542c3f5387cb48e72a9be516166491daadb598a5f292dd0ea61')
+sha256sums_x86_64=('a3bc365c77791673d8b7d8fc2081b2e8e80ab5d78d6ffa99f848971849f43544')
depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")