summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-10-11 05:30:38 +0200
committerJoakim Nylén2017-10-11 05:30:38 +0200
commitd757c818f7a4ae0ca19bd4cf1997342a1ce12313 (patch)
treeb08a06828d0d37e2669e285215ebba8c1ae8b034
parent2456e7533856723f44588c757fd21596d9e31255 (diff)
downloadaur-d757c818f7a4ae0ca19bd4cf1997342a1ce12313.tar.gz
Update to 1.0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 743bb0ac3593..5e0b3c080c04 100644
--- 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.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://getmailspring.com/
arch = x86_64
@@ -19,10 +19,11 @@ pkgbase = mailspring
depends = glib2
depends = libxml2
depends = libutil-linux
+ depends = libsecret
options = !strip
options = !upx
- source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/4eab3f85/linux/mailspring-1.0.2-amd64.deb
- sha256sums_x86_64 = dcdc6c67006ee148e1db943dd6cd20e41a4846798071b5ab08b59c24637d97ef
+ source_x86_64 = https://mailspring-builds.s3.amazonaws.com/client/f82c8836/linux/mailspring-1.0.3-amd64.deb
+ sha256sums_x86_64 = e686c39ee9462866eec864b96c519a757677db57c21048fc6cf8577b48ddd6bb
pkgname = mailspring
diff --git a/PKGBUILD b/PKGBUILD
index 93a1de15f34b..4a07820f5ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: ahrs
pkgname=mailspring
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
-pkghash=4eab3f85
+pkghash=f82c8836
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('GPL3')
@@ -13,22 +13,15 @@ options=('!strip' '!upx')
source=()
sha256sums=()
-sha256sums_x86_64=('dcdc6c67006ee148e1db943dd6cd20e41a4846798071b5ab08b59c24637d97ef')
+sha256sums_x86_64=('e686c39ee9462866eec864b96c519a757677db57c21048fc6cf8577b48ddd6bb')
source_x86_64=("https://mailspring-builds.s3.amazonaws.com/client/${pkghash}/linux/mailspring-${pkgver}-amd64.deb")
-depends=("libsasl>=2.0.0" "libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "libxml2" "libutil-linux")
+depends=("libsasl>=2.0.0" "libgnome-keyring" "libtool" "c-ares" "ctemplate" "icu" "libxext" "openssl" "tidy" "libxtst" "libxkbfile" "glib2" "libxml2" "libutil-linux" "libsecret")
package() {
cd ${srcdir}
tar -xvf data.tar.xz -C ${pkgdir} --exclude='./control'
- # mailspring calls libsasl2.so.2 for some reason when arch have .3
- if [[ ! -f "/usr/lib/libsasl2.so.2" && -f /usr/lib/libsasl2.so.3 ]]
- then
- install -dm755 ${pkgdir}/usr/lib
- ln -s /usr/lib/libsasl2.so.3 ${pkgdir}/usr/lib/libsasl2.so.2
- fi
-
chmod -R go-w "${pkgdir}"/usr
}