Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc
Commits:
f9665001 by Felix Yan at 2025-09-20T08:46:23+00:00
upgpkg: 3.3-1: rebuild with pandoc 3.3, pandoc-cli 3.3, pandoc-lua-engine 0.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
- pkgver = 3.2.1
- pkgrel = 7
+ pkgver = 3.3
+ pkgrel = 1
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later
@@ -78,7 +78,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.2.1/pandoc-3.2.1.tar.gz
- sha512sums =
f787f74eb6ba48ba7c1dc4a6f9fe39895bc1ef0c18785863005c7a0e725cfa6d405b64303f2a2f80001683124fab8fb08cd0f5ec829ba9d5eb0ab9a672557ee1
+ source =
https://hackage.haskell.org/packages/archive/pandoc/3.3/pandoc-3.3.tar.gz
+ sha512sums =
15c6ec93e89d4290e84681452d353b1b42f849e4b1a710fe7aeddef2a008030c3bb569cc9c4b64f4c63ce82f258c27e3dcc149e44adca0aaa38c1a135e40e6e2
pkgname = haskell-pandoc
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=pandoc
pkgname=haskell-pandoc
-pkgver=3.2.1
-pkgrel=7
+pkgver=3.3
+pkgrel=1
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL-2.0-or-later')
@@ -37,7 +37,7 @@ 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=('f787f74eb6ba48ba7c1dc4a6f9fe39895bc1ef0c18785863005c7a0e725cfa6d405b64303f2a2f80001683124fab8fb08cd0f5ec829ba9d5eb0ab9a672557ee1')
+sha512sums=('15c6ec93e89d4290e84681452d353b1b42f849e4b1a710fe7aeddef2a008030c3bb569cc9c4b64f4c63ce82f258c27e3dcc149e44adca0aaa38c1a135e40e6e2')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/f9665001a01ac82b0159c559a499e5649faef82e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/f9665001a01ac82b0159c559a499e5649faef82e
You're receiving this email because of your account on gitlab.archlinux.org.