Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc
Commits:
bb33f55f by Caleb Maclennan at 2023-10-25T14:24:09+03:00
upgpkg: 3.1.2-41: Update texlive dependencies, add optdepends
- - - - -
a919cfd3 by Caleb Maclennan at 2023-10-25T14:42:26+03:00
upgpkg: 3.1.2-48: Update texlive dependencies, add optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
pkgver = 3.1.2
- pkgrel = 46
+ pkgrel = 48
url = https://pandoc.org
arch = x86_64
license = GPL
@@ -65,7 +65,14 @@ pkgbase = haskell-pandoc
depends = haskell-zip-archive
depends = haskell-zlib
optdepends = pandoc-crossref: for numbering figures, equations, tables
and cross-references to them with pandoc-crossref filter
- optdepends = texlive-core: for pdf output
+ optdepends = context: for pdf output using context engine
+ optdepends = groff: for pdf output using pdfroff engine
+ optdepends = typst: for pdf output using typst engine
+ optdepends = tectonic: for pdf output using tectonic engine
+ optdepends = texlive-fontsrecommened: for pdf output using latex or
xelatex engines
+ optdepends = texlive-latex: for pdf output using pdflatex engine
+ optdepends = texlive-xelatex: for pdf output using xelatex engine
+ optdepends = weasyprint: for pdf output using weasyprint engine
source =
https://hackage.haskell.org/packages/archive/pandoc/3.1.2/pandoc-3.1.2.tar.gz
sha512sums =
4172f2101248983dc15753e1c6dafb34442996a1b14754626142491c56bae548bbe16b39ecbbd5ffe60c5fd44eb8227ff595bbf519558de98c548e9315e3dbc2
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_hkgname=pandoc
pkgname=haskell-pandoc
pkgver=3.1.2
-pkgrel=46
+pkgrel=48
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL')
@@ -25,7 +25,14 @@ depends=('ghc-libs' 'haskell-glob' 'haskell-juicypixels'
'haskell-sha' 'haskell-
'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yaml'
'haskell-zip-archive'
'haskell-zlib')
optdepends=('pandoc-crossref: for numbering figures, equations, tables and
cross-references to them with pandoc-crossref filter'
- 'texlive-core: for pdf output')
+ 'context: for pdf output using context engine'
+ 'groff: for pdf output using pdfroff engine'
+ 'typst: for pdf output using typst engine'
+ 'tectonic: for pdf output using tectonic engine'
+ 'texlive-fontsrecommened: for pdf output using latex or xelatex
engines'
+ 'texlive-latex: for pdf output using pdflatex engine'
+ 'texlive-xelatex: for pdf output using xelatex engine'
+ 'weasyprint: for pdf output using weasyprint engine')
makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/compare/17a20fdbe1018b44ddc4ae00e6f9c45932a379ff...a919cfd35e17a170b8d7949e4b7d65f9505d5e45
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/compare/17a20fdbe1018b44ddc4ae00e6f9c45932a379ff...a919cfd35e17a170b8d7949e4b7d65f9505d5e45
You're receiving this email because of your account on gitlab.archlinux.org.