pandoc: update to 2.0.6.
This commit is contained in:
parent
cf5a5819fb
commit
3e700c1970
1 changed files with 9 additions and 6 deletions
|
@ -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.19.2.4
|
version=2.0.6
|
||||||
revision=1
|
revision=1
|
||||||
_citeproc_version=0.10.5.1
|
_citeproc_version=0.12.2.2
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-9.5"
|
stackage="lts-10.2"
|
||||||
make_build_args="--flag pandoc:-old-locale
|
make_build_args="--flag pandoc:-old-locale
|
||||||
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files"
|
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -18,9 +18,12 @@ 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="bbe08c1f7fcfea98b899f9956c04159d493a26f65d3350aa6579aa5b93203556
|
checksum="f2f236e91986b522510c7ea8212c1641da6006d0acec3e6b587a4e4faf3612ee
|
||||||
49038b80ad802098169852b0bc7fc7c9878a85a9091eee4c32211844fecda783"
|
8209341dfc1496920e8b357c56bdef382ecf57fa3fcb9d2befa5ce3bef099f01"
|
||||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
nopie_files="
|
||||||
|
/usr/bin/pandoc
|
||||||
|
/usr/bin/pandoc-citeproc
|
||||||
|
"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman pandoc-${version}/man/pandoc.1
|
vman pandoc-${version}/man/pandoc.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue