summaryrefslogtreecommitdiffstats
path: root/office/notmuch
diff options
context:
space:
mode:
Diffstat (limited to 'office/notmuch')
-rw-r--r--office/notmuch/README4
-rw-r--r--office/notmuch/notmuch.SlackBuild4
-rw-r--r--office/notmuch/notmuch.info8
3 files changed, 8 insertions, 8 deletions
diff --git a/office/notmuch/README b/office/notmuch/README
index 3188cea262..e3187025aa 100644
--- a/office/notmuch/README
+++ b/office/notmuch/README
@@ -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
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild
index 2c9f06c072..b3a4d7f12b 100644
--- a/office/notmuch/notmuch.SlackBuild
+++ b/office/notmuch/notmuch.SlackBuild
@@ -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
diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info
index 049fa58eb5..1899ee2949 100644
--- a/office/notmuch/notmuch.info
+++ b/office/notmuch/notmuch.info
@@ -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=""