diff options
-rw-r--r-- | haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild | 11 | ||||
-rw-r--r-- | haskell/haskell-pandoc-types/haskell-pandoc-types.info | 14 | ||||
-rw-r--r-- | haskell/haskell-pandoc-types/slack-desc | 2 |
3 files changed, 14 insertions, 13 deletions
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild index 457d87b54cc41..43e612d52f3ea 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" diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.info b/haskell/haskell-pandoc-types/haskell-pandoc-types.info index e12fb08eedb9a..edc56a85ab190 100644 --- a/haskell/haskell-pandoc-types/haskell-pandoc-types.info +++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.info @@ -1,10 +1,10 @@ PRGNAM="haskell-pandoc-types" -VERSION="1.16.1" -HOMEPAGE="http://hackage.haskell.org/package/pandoc-types" -DOWNLOAD="http://hackage.haskell.org/package/pandoc-types-1.16.1/pandoc-types-1.16.1.tar.gz" -MD5SUM="9fed45bfc114c9530a16697945c20659" +VERSION="1.17.5.3" +HOMEPAGE="https://hackage.haskell.org/package/pandoc-types" +DOWNLOAD="https://hackage.haskell.org/package/pandoc-types-1.17.5.3/pandoc-types-1.17.5.3.tar.gz" +MD5SUM="8b100d5e3b58abc28946cc821fb120cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-syb haskell-aeson haskell-deepseq-generics" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +REQUIRES="haskell-QuickCheck haskell-syb haskell-aeson haskell-deepseq-generics" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" diff --git a/haskell/haskell-pandoc-types/slack-desc b/haskell/haskell-pandoc-types/slack-desc index 4dd16187a9168..76c72f31cbdb9 100644 --- a/haskell/haskell-pandoc-types/slack-desc +++ b/haskell/haskell-pandoc-types/slack-desc @@ -11,7 +11,7 @@ haskell-pandoc-types: haskell-pandoc-types: This package contains definitions for the Pandoc data structure, haskell-pandoc-types: which is used by pandoc to represent structured documents. haskell-pandoc-types: -haskell-pandoc-types: Homepage: http://hackage.haskell.org/package/pandoc-types +haskell-pandoc-types: Homepage: https://hackage.haskell.org/package/pandoc-types haskell-pandoc-types: haskell-pandoc-types: haskell-pandoc-types: |