summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
diff options
context:
space:
mode:
author David Spencer2018-10-26 11:59:37 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:37 +0100
commit7a48172400102c9960146e9f2ac65b6f048579b3 (patch)
tree04e92dfd3ea765f0cb1e9169418b298a5ab34a1a /haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
parent860a9b573022654ffe7f5a3352be1cd3a078f41e (diff)
downloadslackbuilds-7a48172400102c9960146e9f2ac65b6f048579b3.tar.gz
haskell/haskell-pandoc-types: Updated for version 1.17.5.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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"