diff options
author | Jostein Berntsen <jvbernts@online.no> | 2022-06-08 02:26:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:01 +0700 |
commit | afcf1d2f302facb3b16f35878c3e8092e1dcf98c (patch) | |
tree | 623d3a8b2d557ae770becae0c52bdfbadff626d1 /office | |
parent | 2a57413d1405985e40fe4cf7c6702eb234b90e51 (diff) | |
download | slackbuilds-afcf1d2f302facb3b16f35878c3e8092e1dcf98c.tar.gz |
office/notmuch: Updated for version 0.36.
Removed INSTALL from docs.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 6 | ||||
-rw-r--r-- | office/notmuch/notmuch.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index ac6f5cc50b..61cad89419 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for notmuch -# Copyright 2015-2018 Jostein Berntsen <jvbernts@online.no> +# Copyright 2015-2022 Jostein Berntsen <jvbernts@online.no> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=notmuch -VERSION=${VERSION:-0.34.3} +VERSION=${VERSION:-0.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING COPYING-GPL-3 INSTALL NEWS README* version.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING COPYING-GPL-3 NEWS README* version.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info index 427590701e..ab68e1264e 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,8 +1,8 @@ PRGNAM="notmuch" -VERSION="0.34.3" +VERSION="0.36" HOMEPAGE="https://notmuchmail.org" -DOWNLOAD="https://github.com/notmuch/notmuch/archive/0.34.3/notmuch-0.34.3.tar.gz" -MD5SUM="e02499da4b313d5adb27e3cec0909aa3" +DOWNLOAD="https://github.com/notmuch/notmuch/archive/0.36/notmuch-0.36.tar.gz" +MD5SUM="332f52e637106406de85f7e2b67a3330" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |