mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
pandoc: update to 1.19.2.1.
This commit is contained in:
parent
4af8e158e9
commit
68dc25910e
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'pandoc'
|
||||
pkgname=pandoc
|
||||
# Keep in sync with http://www.stackage.org/lts
|
||||
version=1.17.2
|
||||
version=1.19.2.1
|
||||
revision=1
|
||||
_citeproc_version=0.10.1
|
||||
_citeproc_version=0.10.4
|
||||
build_style=haskell-stack
|
||||
stackage="lts-7.0"
|
||||
stackage="lts-8.0"
|
||||
make_build_args="--flag pandoc:-old-locale
|
||||
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files"
|
||||
nocross=yes
|
||||
|
@ -13,13 +13,13 @@ create_wrksrc=yes
|
|||
hostmakedepends="hsb2hs"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Universal converter between markup formats (with citeproc support)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://johnmacfarlane.net/pandoc/"
|
||||
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"
|
||||
checksum="81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec
|
||||
ebc3eb3ff95e97ebd46c0918a65db2da021de2a70d02dc85ca5b344ea5c21205"
|
||||
checksum="08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801
|
||||
1dcfffe0dc26d0a1b5ef5688a09c1bb81231702169196e6faed8ddef360d848f"
|
||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue