aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/mailspring/mailspring.SlackBuild5
-rw-r--r--network/mailspring/mailspring.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/network/mailspring/mailspring.SlackBuild b/network/mailspring/mailspring.SlackBuild
index f9e2be620b..75886d9bd6 100644
--- a/network/mailspring/mailspring.SlackBuild
+++ b/network/mailspring/mailspring.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mailspring
-VERSION=${VERSION:-1.13.3}
+VERSION=${VERSION:-1.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,6 +82,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
fi
done
+# Remove an unnecessary rpath
+patchelf --remove-rpath "${PKG}/usr/share/mailspring/resources/app.asar.unpacked/mailsync.bin"
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/mailspring/mailspring.info b/network/mailspring/mailspring.info
index 7f57b31a80..5eb269c60f 100644
--- a/network/mailspring/mailspring.info
+++ b/network/mailspring/mailspring.info
@@ -1,10 +1,10 @@
PRGNAM="mailspring"
-VERSION="1.13.3"
+VERSION="1.15.0"
HOMEPAGE="https://getmailspring.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/Foundry376/Mailspring/releases/download/1.13.3/mailspring-1.13.3-amd64.deb"
-MD5SUM_x86_64="d5c1591ccd9aba9d41fbc66ce5fc1626"
+DOWNLOAD_x86_64="https://github.com/Foundry376/Mailspring/releases/download/1.15.0/mailspring-1.15.0-amd64.deb"
+MD5SUM_x86_64="e8cd4d712251b8c806e4ebbf38b266a5"
REQUIRES=""
MAINTAINER="Muhammad Mahendra Subrata"
EMAIL="mumahendras3@gmail.com"