Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc
Commits:
1aa5a99b by Felix Yan at 2025-09-17T14:56:17+00:00
upgpkg: 3.2.1-1: rebuild with pandoc 3.2.1, pandoc-cli 3.2.1, pandoc-lua-engine
0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
- pkgver = 3.2
- pkgrel = 40
+ pkgver = 3.2.1
+ 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/pandoc-3.2.tar.gz
- sha512sums =
755601c0c044c0fa68bb690917330a33b2ce9d32f1ebca1f5fbb20a12f93599f822eb0cc81a227b92e9595d33ccd028469921962ec25e9a628aaffa4053396fd
+ source =
https://hackage.haskell.org/packages/archive/pandoc/3.2.1/pandoc-3.2.1.tar.gz
+ sha512sums =
f787f74eb6ba48ba7c1dc4a6f9fe39895bc1ef0c18785863005c7a0e725cfa6d405b64303f2a2f80001683124fab8fb08cd0f5ec829ba9d5eb0ab9a672557ee1
pkgname = haskell-pandoc
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=pandoc
pkgname=haskell-pandoc
-pkgver=3.2
-pkgrel=40
+pkgver=3.2.1
+pkgrel=1
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL-2.0-or-later')
@@ -37,12 +37,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=('755601c0c044c0fa68bb690917330a33b2ce9d32f1ebca1f5fbb20a12f93599f822eb0cc81a227b92e9595d33ccd028469921962ec25e9a628aaffa4053396fd')
+sha512sums=('f787f74eb6ba48ba7c1dc4a6f9fe39895bc1ef0c18785863005c7a0e725cfa6d405b64303f2a2f80001683124fab8fb08cd0f5ec829ba9d5eb0ab9a672557ee1')
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -u crypton-connection
# 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/1aa5a99b2917ac8b34e5436602de6e2bcfe27983
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/1aa5a99b2917ac8b34e5436602de6e2bcfe27983
You're receiving this email because of your account on gitlab.archlinux.org.