summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Jostein Berntsen <jbernts@broadpark.no>2016-09-19 23:53:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-19 23:53:23 +0700
commit322d5c6e5daf56b44ce262f39e08ce036f533517 (patch)
tree7b65186aabd2811434a44cd820b87642a3f9e822 /office
parenta3168c12c325d3113772e1747bf74fd070e4f354 (diff)
downloadslackbuilds-322d5c6e5daf56b44ce262f39e08ce036f533517.tar.gz
slackbuilds-322d5c6e5daf56b44ce262f39e08ce036f533517.tar.xz
office/notmuch: Updated for version 0.22.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/notmuch/notmuch.SlackBuild8
-rw-r--r--office/notmuch/notmuch.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild
index 738010fe1c..8a0e09abfd 100644
--- a/office/notmuch/notmuch.SlackBuild
+++ b/office/notmuch/notmuch.SlackBuild
@@ -5,13 +5,13 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=notmuch
-VERSION=${VERSION:-0.21}
+VERSION=${VERSION:-0.22.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info
index 856ef5723d..a697320e7b 100644
--- a/office/notmuch/notmuch.info
+++ b/office/notmuch/notmuch.info
@@ -1,8 +1,8 @@
PRGNAM="notmuch"
-VERSION="0.21"
+VERSION="0.22.2"
HOMEPAGE="http://notmuchmail.org"
-DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.21.tar.gz"
-MD5SUM="a951212b8c4624e9a2069e9d9e00222b"
+DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.22.2.tar.gz"
+MD5SUM="211208cbf96fb85f68c0a9fc4196171e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""