blob: 84649bf3d6d5ea30dcd1566f0fc79f8c52e0cd3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = pandoc-bin
pkgdesc = Conversion between documentation formats
pkgver = 3.6.2
pkgrel = 1
url = https://pandoc.org
arch = x86_64
arch = aarch64
license = GPL-2.0-or-later
optdepends = pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
optdepends = texlive-context: for pdf output using context engine
optdepends = groff: for pdf output using pdfroff engine
optdepends = python-weasyprint: for pdf output using weasyprint engine
optdepends = typst: for pdf output using typst engine
optdepends = tectonic: for pdf output using tectonic engine
optdepends = texlive-fontsrecommended: for pdf output using latex or xelatex engines
optdepends = texlive-latex: for pdf output using pdflatex engine
optdepends = texlive-xetex: for pdf output using xelatex engine
provides = pandoc=3.6.2
provides = pandoc-cli=3.6.2
conflicts = pandoc-cli
source = pandoc-bin-3.6.2.tar.gz::https://github.com/jgm/pandoc/archive/3.6.2.tar.gz
sha256sums = 068a0fd99dcd34e99aec0cd039d8d7cdb6b16bf20e338549cc562717c8bcb21f
source_x86_64 = https://github.com/jgm/pandoc/releases/download/3.6.2/pandoc-3.6.2-linux-amd64.tar.gz
sha256sums_x86_64 = f11b3f21549f23e3d5b99dfacb96560c04c2f76027edb787c4d6551849acf54a
source_aarch64 = https://github.com/jgm/pandoc/releases/download/3.6.2/pandoc-3.6.2-linux-arm64.tar.gz
sha256sums_aarch64 = eeaf4e6449794b7819de52c1ac6c55a1d4b49faa6edd3243d93013469f70ae00
pkgname = pandoc-bin
|