Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc-lua-engine
Commits:
7d528ab0 by Felix Yan at 2025-09-11T11:55:24+00:00
upgpkg: 0.2.1.4-1: rebuild with pandoc-lua-engine 0.2.1.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc-lua-engine
pkgdesc = Lua engine to power custom pandoc conversions
- pkgver = 0.2.1.3
- pkgrel = 12
+ pkgver = 0.2.1.4
+ pkgrel = 1
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later
@@ -30,7 +30,7 @@ pkgbase = haskell-pandoc-lua-engine
depends = haskell-pandoc
depends = haskell-pandoc-lua-marshal
depends = haskell-pandoc-types
- source =
https://hackage.haskell.org/packages/archive/pandoc-lua-engine/0.2.1.3/pandoc-lua-engine-0.2.1.3.tar.gz
- sha256sums =
af36f8a5ba029d6a63c2b0bef9016d2d8c1080ab4488a7dda1b72017c997b8c2
+ source =
https://hackage.haskell.org/packages/archive/pandoc-lua-engine/0.2.1.4/pandoc-lua-engine-0.2.1.4.tar.gz
+ sha256sums =
9d478f3cac06dc17060bed32b782b767782faf88318faaf0f88e618cbd4348e4
pkgname = haskell-pandoc-lua-engine
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=pandoc-lua-engine
pkgname=haskell-pandoc-lua-engine
-pkgver=0.2.1.3
-pkgrel=12
+pkgver=0.2.1.4
+pkgrel=1
pkgdesc="Lua engine to power custom pandoc conversions"
url="https://pandoc.org"
license=('GPL-2.0-or-later')
@@ -17,7 +17,7 @@ depends=('ghc-libs' 'haskell-sha' 'haskell-aeson'
'haskell-citeproc' 'haskell-da
makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-golden'
'haskell-tasty-hunit'
'haskell-tasty-lua')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('af36f8a5ba029d6a63c2b0bef9016d2d8c1080ab4488a7dda1b72017c997b8c2')
+sha256sums=('9d478f3cac06dc17060bed32b782b767782faf88318faaf0f88e618cbd4348e4')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/7d528ab04d651a4f015aad4787157162a42c3218
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/7d528ab04d651a4f015aad4787157162a42c3218
You're receiving this email because of your account on gitlab.archlinux.org.