mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
pandoc: update to 1.15.1.
This commit is contained in:
parent
5a34e91d18
commit
dbdcc1d11a
1 changed files with 6 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.15.0.6
|
version=1.15.1
|
||||||
revision=2
|
revision=1
|
||||||
_citeproc_version=0.7.3.1
|
_citeproc_version=0.7.4
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-3.5"
|
stackage="lts-3.10"
|
||||||
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="d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46
|
checksum="77503f8981cfcbe7df841ed1c71de9164d0eaf17b8b9c51e6d966e4fd333b733
|
||||||
b2e9b814603dbb60b845fa14d767a154e43a2115a9a81b218a173e9bc1a319f5"
|
905112d8995fb6de5ee4c4bfd62cc89baa3bf1598f258aaba1704f85cf739fd2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman pandoc-${version}/man/pandoc.1
|
vman pandoc-${version}/man/pandoc.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue