office/notmuch: Updated for version 0.23.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2017-01-23 22:20:26 +00:00 committed by David Spencer
parent 0b806acd5b
commit e50720f840
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
Notmuch is an answer to Sup. Sup is a very good email program written by
William Morgan (and others) and is the direct inspiration for Notmuch.
Notmuch began as an effort to rewrite performance-critical pieces of Sup in
C rather than ruby. From there, it grew into a separate project. One
Notmuch began as an effort to rewrite performance-critical pieces of Sup
in C rather than ruby. From there, it grew into a separate project. One
significant contribution Notmuch makes compared to Sup is the separation
of the indexer/searcher from the user interface. (Notmuch provides a
library interface so that its indexing/searching/tagging features can be

View file

@ -25,7 +25,7 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=notmuch
VERSION=${VERSION:-0.23.4}
VERSION=${VERSION:-0.23.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,7 +84,7 @@ make
make install DESTDIR=$PKG
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
| 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 $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="notmuch"
VERSION="0.23.4"
HOMEPAGE="http://notmuchmail.org"
DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.23.4.tar.gz"
MD5SUM="9de98a51ad6ffb0f945dbf613385d1c9"
VERSION="0.23.5"
HOMEPAGE="https://notmuchmail.org"
DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.23.5.tar.gz"
MD5SUM="12ec1054a5255c8aba12f4dfa148c67c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""