pandoc: update to 1.17.0.3.
This commit is contained in:
parent
c01d44a009
commit
5db4830305
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pandoc'
|
# Template file for 'pandoc'
|
||||||
pkgname=pandoc
|
pkgname=pandoc
|
||||||
# Keep in sync with http://www.stackage.org/lts
|
# Keep in sync with http://www.stackage.org/lts
|
||||||
version=1.16.0.2
|
version=1.17.0.3
|
||||||
revision=1
|
revision=1
|
||||||
_citeproc_version=0.9
|
_citeproc_version=0.9.1.1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-5.0"
|
stackage="lts-6.0"
|
||||||
make_build_args="--flag pandoc:-old-locale --flag pandoc:embed_data_files"
|
make_build_args="--flag pandoc:-old-locale --flag pandoc:embed_data_files"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -17,8 +17,8 @@ license="GPL-2"
|
||||||
homepage="http://johnmacfarlane.net/pandoc/"
|
homepage="http://johnmacfarlane.net/pandoc/"
|
||||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz
|
||||||
http://hackage.haskell.org/package/${pkgname}-citeproc-${_citeproc_version}/${pkgname}-citeproc-${_citeproc_version}.tar.gz"
|
http://hackage.haskell.org/package/${pkgname}-citeproc-${_citeproc_version}/${pkgname}-citeproc-${_citeproc_version}.tar.gz"
|
||||||
checksum="f5f3262ef4574a111936fea0118557c523a8b0eaa7fea84b64b377b20a80f348
|
checksum="7b14e1bcb78a7e2ad1e585f127be7efd20225c9f9b5131d507b376b62cd77e32
|
||||||
ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd"
|
15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86"
|
||||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue