pandoc: update to 1.15.2.1.
This commit is contained in:
parent
d0c5004a7a
commit
6858661fd2
1 changed files with 4 additions and 3 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.15.2
|
version=1.15.2.1
|
||||||
revision=1
|
revision=1
|
||||||
_citeproc_version=0.7.4
|
_citeproc_version=0.7.4
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-3.14"
|
stackage="lts-3.15"
|
||||||
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,9 @@ 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="9c6ffe77006513306b35daa7256c1625c6eaf2e16a8de8fe5248f20015c3d335
|
checksum="60bcb0e65ecb63953dd26d5aacf1a5df83700d116062ffaeffe9edbc9be6df59
|
||||||
905112d8995fb6de5ee4c4bfd62cc89baa3bf1598f258aaba1704f85cf739fd2"
|
905112d8995fb6de5ee4c4bfd62cc89baa3bf1598f258aaba1704f85cf739fd2"
|
||||||
|
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman pandoc-${version}/man/pandoc.1
|
vman pandoc-${version}/man/pandoc.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue