diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:11:22 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:31 -0300 |
commit | 97d35b46bc867ab6bb9125d40055881d4e26de8b (patch) | |
tree | 17098e9ea17e4e074f3286d7128fbfed1f5d58cb /office | |
parent | 9c0d285a6e77e659181ee1d2f922da1500db855a (diff) | |
download | slackbuilds-97d35b46bc867ab6bb9125d40055881d4e26de8b.tar.gz |
office/pandoc: Updated for version 1.8.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/pandoc/README | 4 | ||||
-rw-r--r-- | office/pandoc/pandoc.SlackBuild | 4 | ||||
-rw-r--r-- | office/pandoc/pandoc.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/office/pandoc/README b/office/pandoc/README index b093ad30a7..fee08f1a5c 100644 --- a/office/pandoc/README +++ b/office/pandoc/README @@ -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 diff --git a/office/pandoc/pandoc.SlackBuild b/office/pandoc/pandoc.SlackBuild index d39d222391..6454d0b819 100644 --- a/office/pandoc/pandoc.SlackBuild +++ b/office/pandoc/pandoc.SlackBuild @@ -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 diff --git a/office/pandoc/pandoc.info b/office/pandoc/pandoc.info index f942e15e08..569691163c 100644 --- a/office/pandoc/pandoc.info +++ b/office/pandoc/pandoc.info @@ -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" |