Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pandoc-lua-marshal
Commits:
8d9ee1f0 by Felix Yan at 2024-09-09T20:01:07+03:00
upgpkg: 0.2.5-1: rebuild with pandoc-lua-marshal 0.2.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pandoc-lua-marshal
pkgdesc = Use pandoc types in Lua
- pkgver = 0.2.4
- pkgrel = 7
+ pkgver = 0.2.5
+ pkgrel = 1
url = https://github.com/pandoc/pandoc-lua-marshal
arch = x86_64
license = MIT
@@ -19,7 +19,7 @@ pkgbase = haskell-pandoc-lua-marshal
depends = haskell-hslua-marshalling
depends = haskell-pandoc-types
depends = haskell-safe
- source =
https://hackage.haskell.org/packages/archive/pandoc-lua-marshal/0.2.4/pandoc-lua-marshal-0.2.4.tar.gz
- sha256sums =
d2fb3c5544fb0a07a8a1c3ec254ba6c3f992662ef04afc5ea6fd9f1189f71108
+ source =
https://hackage.haskell.org/packages/archive/pandoc-lua-marshal/0.2.5/pandoc-lua-marshal-0.2.5.tar.gz
+ sha256sums =
b1266b823f905efc8926321e30ccbf9263185d048df7a70ac1347f7e3cefeb73
pkgname = haskell-pandoc-lua-marshal
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=pandoc-lua-marshal
pkgname=haskell-pandoc-lua-marshal
-pkgver=0.2.4
-pkgrel=7
+pkgver=0.2.5
+pkgrel=1
pkgdesc="Use pandoc types in Lua"
url="https://github.com/pandoc/pandoc-lua-marshal"
license=("MIT")
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-hslua'
'haskell-hslua-list'
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-hunit'
'haskell-tasty-lua' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('d2fb3c5544fb0a07a8a1c3ec254ba6c3f992662ef04afc5ea6fd9f1189f71108')
+sha256sums=('b1266b823f905efc8926321e30ccbf9263185d048df7a70ac1347f7e3cefeb73')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-marshal/-/commit/8d9ee1f016e031939193652daadcc44e5a667d85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-marshal/-/commit/8d9ee1f016e031939193652daadcc44e5a667d85
You're receiving this email because of your account on gitlab.archlinux.org.