diff options
author | shi chao gao | 2019-07-03 21:18:11 +0800 |
---|---|---|
committer | shi chao gao | 2019-07-03 21:18:11 +0800 |
commit | ee63bec3d3526095824dc92e93a54aaa8efec3fe (patch) | |
tree | 7e7bf845b01092287fdf050fe6f4550bb8f522ae | |
parent | 7485ded13c09aea595db8f9f5826f30721c8cba0 (diff) | |
download | aur-ee63bec3d3526095824dc92e93a54aaa8efec3fe.tar.gz |
upd
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 12 deletions
@@ -1,22 +1,20 @@ pkgbase = pandoc-bin pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends - pkgver = 2.7.2 + pkgver = 2.7.3 pkgrel = 1 url = http://pandoc.org arch = x86_64 license = GPL depends = cmark - optdepends = pandoc-citeproc-bin: for citation rendering with pandoc-citeproc filter - optdepends = pandoc-crossref-bin: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter optdepends = texlive-core: for pdf output provides = pandoc conflicts = pandoc replaces = pandoc-static replaces = pandoc-lite - source = https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-linux.tar.gz - source = https://github.com/jgm/pandoc/archive/2.7.2.tar.gz - sha256sums = 6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2 - sha256sums = cce58880ef8fd1510f71760ecd637e5e43461a8c6116a5b39c49fcf260116954 + source = https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-linux.tar.gz + source = https://github.com/jgm/pandoc/archive/2.7.3.tar.gz + sha256sums = eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75 + sha256sums = e21eabd337a648bf3ab218b46745d23d18666296133bea441c3cba40e3bac0e7 pkgname = pandoc-bin @@ -1,5 +1,5 @@ pkgname=pandoc-bin -pkgver=2.7.2 +pkgver=2.7.3 pkgrel=1 pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends" url="http://pandoc.org" @@ -10,8 +10,6 @@ provides=("pandoc") replaces=('pandoc-static' 'pandoc-lite') depends=('cmark') optdepends=( - 'pandoc-citeproc-bin: for citation rendering with pandoc-citeproc filter' - 'pandoc-crossref-bin: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter' 'texlive-core: for pdf output' ) @@ -21,8 +19,8 @@ source=( # The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too. "https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz" ) -sha256sums=('6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2' - 'cce58880ef8fd1510f71760ecd637e5e43461a8c6116a5b39c49fcf260116954') +sha256sums=('eb775fd42ec50329004d00f0c9b13076e707cdd44745517c8ce2581fb8abdb75' + 'e21eabd337a648bf3ab218b46745d23d18666296133bea441c3cba40e3bac0e7') package() { cd "${srcdir}/pandoc-${pkgver}" |