office/pandoc: Updated for version 1.8.2.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Peter Wang 2011-09-07 23:11:22 -04:00 committed by Niels Horn
parent 9c0d285a6e
commit 97d35b46bc
3 changed files with 8 additions and 6 deletions

View File

@ -8,7 +8,9 @@ with the included markdown2pdf wrapper script.
This requires ghc, haskell-binary, haskell-mtl, haskell-digest, haskell-zlib,
haskell-utf8-string, haskell-zip-archive, haskell-parsec, haskell-xml,
haskell-texmath, haskell-xhtml, haskell-network and haskell-HTTP.
haskell-texmath, haskell-xhtml, haskell-network, haskell-HTTP,
haskell-dlist, haskell-base64-bytestring, haskell-json, haskell-tagsoup,
haskell-pandoc-types and haskell-citeproc-hs.
When uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache

View File

@ -6,7 +6,7 @@
# Public domain.
PRGNAM=pandoc
VERSION=${VERSION:-1.6}
VERSION=${VERSION:-1.8.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -39,7 +39,7 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View File

@ -1,8 +1,8 @@
PRGNAM="pandoc"
VERSION="1.6"
VERSION="1.8.2.1"
HOMEPAGE="http://johnmacfarlane.net/pandoc/"
DOWNLOAD="http://pandoc.googlecode.com/files/pandoc-1.6.tar.gz"
MD5SUM="d7682167664e0e8f60268e491f1330ce"
DOWNLOAD="http://hackage.haskell.org/packages/archive/pandoc/1.8.2.1/pandoc-1.8.2.1.tar.gz"
MD5SUM="14ee1d068ca6b6b9f57c12bb45ba42db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Peter Wang"