summaryrefslogtreecommitdiffstats
path: root/office/notmuch/notmuch.SlackBuild
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/notmuch/notmuch.SlackBuild
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/notmuch/notmuch.SlackBuild')
-rw-r--r--office/notmuch/notmuch.SlackBuild8
1 files changed, 4 insertions, 4 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"