summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
Diffstat (limited to 'office')
-rw-r--r--office/pandoc/README4
-rw-r--r--office/pandoc/pandoc.SlackBuild4
-rw-r--r--office/pandoc/pandoc.info6
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"