summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a4fcaf8ab80..f9c6fb5883c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 08:45:25 UTC 2017
+# Tue Nov 14 14:24:58 UTC 2017
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
pkgver = 1.19.2.1
@@ -8,6 +8,9 @@ pkgbase = pandoc-bin
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
diff --git a/PKGBUILD b/PKGBUILD
index 23a5716d83b1..884681e8ff19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,11 @@ conflicts=("pandoc")
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'
+)
source=(
"https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-1-amd64.deb"