summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-07-17 02:56:12 +0200
committerJoakim Nylén2018-07-17 02:56:12 +0200
commit8371f1b243bc12b3b26eaed08272c9a4143b0879 (patch)
tree0ce0dec53971e2df7042dbaa17ad845931b56379
parent2dbfb36ccdbc0bbf39c1b312d9cb8ec54d61061f (diff)
downloadaur-8371f1b243bc12b3b26eaed08272c9a4143b0879.tar.gz
Update to 1.3.0
-rwxr-xr-x[-rw-r--r--].SRCINFO6
-rwxr-xr-x[-rw-r--r--].gitignore0
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0264600e076b..a887eab38284 100644..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.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mailspring
depends = gtk2
depends = nss
options = !strip
- source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.2.2/mailspring-1.2.2-amd64.deb
- sha256sums_x86_64 = c402044ccfdafb017b8f0401be0d9562d4f3ae04eb6d9922732bfb7a708e492d
+ source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.3.0/mailspring-1.3.0-amd64.deb
+ sha256sums_x86_64 = ccf0b9bb756898aeb60a9f0758034a18cd48200b0adf0f4e60e2ec58de4a359f
pkgname = mailspring
diff --git a/.gitignore b/.gitignore
index 2f1a3853cf3c..2f1a3853cf3c 100644..100755
--- a/.gitignore
+++ b/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 489ed9fa79f7..459e1b701a75 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ahrs
pkgname=mailspring
-_pkgver=1.2.2
+_pkgver=1.3.0
pkgver=${_pkgver}
pkgrel=1
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
@@ -13,7 +13,7 @@ options=('!strip')
source=()
sha256sums=()
-sha256sums_x86_64=('c402044ccfdafb017b8f0401be0d9562d4f3ae04eb6d9922732bfb7a708e492d')
+sha256sums_x86_64=('ccf0b9bb756898aeb60a9f0758034a18cd48200b0adf0f4e60e2ec58de4a359f')
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" "gtk2" "nss")