mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/pandoc: Updated for version 1.8.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
9c0d285a6e
commit
97d35b46bc
3 changed files with 8 additions and 6 deletions
|
@ -8,7 +8,9 @@ with the included markdown2pdf wrapper script.
|
||||||
|
|
||||||
This requires ghc, haskell-binary, haskell-mtl, haskell-digest, haskell-zlib,
|
This requires ghc, haskell-binary, haskell-mtl, haskell-digest, haskell-zlib,
|
||||||
haskell-utf8-string, haskell-zip-archive, haskell-parsec, haskell-xml,
|
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
|
When uninstalling, run this command to unregister the package from the ghc
|
||||||
package database: ghc-pkg recache
|
package database: ghc-pkg recache
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Public domain.
|
# Public domain.
|
||||||
|
|
||||||
PRGNAM=pandoc
|
PRGNAM=pandoc
|
||||||
VERSION=${VERSION:-1.6}
|
VERSION=${VERSION:-1.8.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e # Exit on most errors
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pandoc"
|
PRGNAM="pandoc"
|
||||||
VERSION="1.6"
|
VERSION="1.8.2.1"
|
||||||
HOMEPAGE="http://johnmacfarlane.net/pandoc/"
|
HOMEPAGE="http://johnmacfarlane.net/pandoc/"
|
||||||
DOWNLOAD="http://pandoc.googlecode.com/files/pandoc-1.6.tar.gz"
|
DOWNLOAD="http://hackage.haskell.org/packages/archive/pandoc/1.8.2.1/pandoc-1.8.2.1.tar.gz"
|
||||||
MD5SUM="d7682167664e0e8f60268e491f1330ce"
|
MD5SUM="14ee1d068ca6b6b9f57c12bb45ba42db"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Peter Wang"
|
MAINTAINER="Peter Wang"
|
||||||
|
|
Loading…
Reference in a new issue