Date: Sunday, March 27, 2016 @ 06:03:33 Author: fyan Revision: 168535
upgpkg: pandoc 1.17.0.3-2 rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-27 03:39:29 UTC (rev 168534) +++ PKGBUILD 2016-03-27 04:03:33 UTC (rev 168535) @@ -5,7 +5,7 @@ pkgbase=pandoc pkgname=(pandoc haskell-pandoc) pkgver=1.17.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -41,7 +41,7 @@ } package_pandoc() { - depends=('gmp' 'libffi' 'zlib' 'pcre') + depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark') optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter' 'texlive-core: for pdf output') replaces=('pandoc-static')
