[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Jan 8 04:44:49 UTC 2016
Date: Friday, January 8, 2016 @ 05:44:48
Author: fyan
Revision: 155675
upgpkg: pandoc 1.16-3
rebuild with pandoc-types-1.16.0.1
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-08 02:52:33 UTC (rev 155674)
+++ PKGBUILD 2016-01-08 04:44:48 UTC (rev 155675)
@@ -5,7 +5,7 @@
pkgbase=pandoc
pkgname=(pandoc haskell-pandoc)
pkgver=1.16
-pkgrel=2
+pkgrel=3
pkgdesc="Conversion between markup formats"
url="http://pandoc.org"
license=("GPL")
@@ -42,7 +42,8 @@
package_pandoc() {
depends=('gmp' 'libffi' 'zlib')
- optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter')
+ optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
+ 'texlive-core: for pdf output')
cd "${srcdir}/${pkgbase}-${pkgver}"
runhaskell Setup copy --destdir="${pkgdir}"
More information about the arch-commits
mailing list