Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-toml-parser
Commits:
a293cc5f by Felix Yan at 2025-03-23T03:04:02+08:00
upgpkg: 1.3.2.0-1: rebuild with toml-parser 1.3.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-toml-parser
pkgdesc = TOML 1.0.0 parser
- pkgver = 1.3.1.3
- pkgrel = 39
+ pkgver = 1.3.2.0
+ pkgrel = 1
url = https://github.com/glguy/toml-parser
arch = x86_64
license = ISC
@@ -14,7 +14,7 @@ pkgbase = haskell-toml-parser
makedepends = haskell-markdown-unlit
depends = ghc-libs
depends = haskell-prettyprinter
- source =
https://hackage.haskell.org/packages/archive/toml-parser/1.3.1.3/toml-parser-1.3.1.3.tar.gz
- sha256sums =
eb3121e25f86a02c64bdc0a13c4dd7579662d5c2e4a345143566ad2043fed1db
+ source =
https://hackage.haskell.org/packages/archive/toml-parser/1.3.2.0/toml-parser-1.3.2.0.tar.gz
+ sha256sums =
1e0b4f6584cd612a89b382b0a3b9f8594958311fe739c8d6e4fa7d3c372267b1
pkgname = haskell-toml-parser
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=toml-parser
pkgname=haskell-toml-parser
-pkgver=1.3.1.3
-pkgrel=39
+pkgver=1.3.2.0
+pkgrel=1
pkgdesc="TOML 1.0.0 parser"
url="https://github.com/glguy/toml-parser"
license=("ISC")
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-prettyprinter')
makedepends=('ghc' 'uusi' 'alex' 'happy' 'haskell-hspec'
'haskell-hspec-discover'
'haskell-markdown-unlit')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('eb3121e25f86a02c64bdc0a13c4dd7579662d5c2e4a345143566ad2043fed1db')
+sha256sums=('1e0b4f6584cd612a89b382b0a3b9f8594958311fe739c8d6e4fa7d3c372267b1')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-toml-parser/-/commit/a293cc5f7e217afaf4442263a9acc02f9d34df45
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-toml-parser/-/commit/a293cc5f7e217afaf4442263a9acc02f9d34df45
You're receiving this email because of your account on gitlab.archlinux.org.