summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild')
-rw-r--r--haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
index 457d87b54c..43e612d52f 100644
--- a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
+++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
@@ -1,9 +1,10 @@
#!/bin/sh
-# Slackware build script for pandoc-types
+# Slackware build script for haskell-pandoc-types
# Written by Peter Wang (novalazy@gmail.com)
# Copyright 2015 Mikko Värri, Finland
+# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-pandoc-types
-VERSION=${VERSION:-1.16.1}
+VERSION=${VERSION:-1.17.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,7 +35,7 @@ GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -45,8 +46,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"