Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc
Commits:
47b5f3a7 by Felix Yan at 2023-11-06T08:02:26+02:00
upgpkg: 3.1.5-1: rebuild with pandoc 3.1.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
- pkgver = 3.1.2
- pkgrel = 51
+ pkgver = 3.1.5
+ pkgrel = 1
url = https://pandoc.org
arch = x86_64
license = GPL
@@ -56,8 +56,10 @@ pkgbase = haskell-pandoc
depends = haskell-temporary
depends = haskell-texmath
depends = haskell-text-conversions
+ depends = haskell-typst
depends = haskell-unicode-collation
depends = haskell-unicode-transforms
+ depends = haskell-vector
depends = haskell-xml
depends = haskell-xml-conduit
depends = haskell-xml-types
@@ -73,7 +75,7 @@ pkgbase = haskell-pandoc
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
- source =
https://hackage.haskell.org/packages/archive/pandoc/3.1.2/pandoc-3.1.2.tar.gz
- sha512sums =
4172f2101248983dc15753e1c6dafb34442996a1b14754626142491c56bae548bbe16b39ecbbd5ffe60c5fd44eb8227ff595bbf519558de98c548e9315e3dbc2
+ source =
https://hackage.haskell.org/packages/archive/pandoc/3.1.5/pandoc-3.1.5.tar.gz
+ sha512sums =
22cc9a0c96abbf7503e459b22fd0a36c4bdb53b4f6c335f1f0bf2ac0c3b3ced950047796b565903fc3d5d937afb224ab20703b69979a39ffde2ca2b029c78d91
pkgname = haskell-pandoc
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=pandoc
pkgname=haskell-pandoc
-pkgver=3.1.2
-pkgrel=51
+pkgver=3.1.5
+pkgrel=1
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL')
@@ -21,9 +21,9 @@ depends=('ghc-libs' 'haskell-glob' 'haskell-juicypixels'
'haskell-sha' 'haskell-
'haskell-pretty-show' 'haskell-random' 'haskell-safe'
'haskell-scientific'
'haskell-skylighting' 'haskell-skylighting-core' 'haskell-split'
'haskell-syb'
'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath'
'haskell-text-conversions'
- 'haskell-unicode-collation' 'haskell-unicode-transforms' 'haskell-xml'
- 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yaml'
'haskell-zip-archive'
- 'haskell-zlib')
+ 'haskell-typst' 'haskell-unicode-collation'
'haskell-unicode-transforms' 'haskell-vector'
+ 'haskell-xml' '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-context: for pdf output using context engine'
'groff: for pdf output using pdfroff engine'
@@ -36,12 +36,11 @@ optdepends=('pandoc-crossref: for numbering figures,
equations, tables and cross
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")
-sha512sums=('4172f2101248983dc15753e1c6dafb34442996a1b14754626142491c56bae548bbe16b39ecbbd5ffe60c5fd44eb8227ff595bbf519558de98c548e9315e3dbc2')
+sha512sums=('22cc9a0c96abbf7503e459b22fd0a36c4bdb53b4f6c335f1f0bf2ac0c3b3ced950047796b565903fc3d5d937afb224ab20703b69979a39ffde2ca2b029c78d91')
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -r connection:crypton-connection $_hkgname.cabal
# TODO: find a better solution
sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/47b5f3a73e8861aad06cd8d00b461f187073b3e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/47b5f3a73e8861aad06cd8d00b461f187073b3e5
You're receiving this email because of your account on gitlab.archlinux.org.