Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hledger-lib
Commits:
e5584fcd by Caleb Maclennan at 2026-01-09T00:45:24+03:00
upgpkg: 1.51.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hledger-lib
pkgdesc = A library providing the core functionality of hledger
- pkgver = 1.51.1
- pkgrel = 2
+ pkgver = 1.51.2
+ pkgrel = 1
url = http://hledger.org
arch = x86_64
license = GPL-3.0-or-later
@@ -43,7 +43,7 @@ pkgbase = haskell-hledger-lib
depends = haskell-uglymemo
depends = haskell-unordered-containers
depends = haskell-utf8-string
- source =
https://hackage.haskell.org/packages/archive/hledger-lib/1.51.1/hledger-lib-1.51.1.tar.gz
- sha512sums =
2d9094fba61eb7f68782d2af66b3e15bbbcfe4696a1f8006bf9dccf1944844402e803769399f8ac16e76710de30e153ffe57185b471b653bc20673667c44d403
+ source =
https://hackage.haskell.org/packages/archive/hledger-lib/1.51.2/hledger-lib-1.51.2.tar.gz
+ sha512sums =
cf84538f919005955b8527e345b2ca1f412ed954130d44b0dbcd37590d97b8ad3e50bf6979ef04d458a40a69ce771b87a1095f1afe612a5740d76735634cd6d9
pkgname = haskell-hledger-lib
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
-pkgver=1.51.1
-pkgrel=2
+pkgver=1.51.2
+pkgrel=1
pkgdesc="A library providing the core functionality of hledger"
url="http://hledger.org"
license=('GPL-3.0-or-later')
@@ -21,7 +21,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty'
'haskell-ansi-termina
'haskell-uglymemo' 'haskell-unordered-containers'
'haskell-utf8-string')
makedepends=('ghc' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2d9094fba61eb7f68782d2af66b3e15bbbcfe4696a1f8006bf9dccf1944844402e803769399f8ac16e76710de30e153ffe57185b471b653bc20673667c44d403')
+sha512sums=('cf84538f919005955b8527e345b2ca1f412ed954130d44b0dbcd37590d97b8ad3e50bf6979ef04d458a40a69ce771b87a1095f1afe612a5740d76735634cd6d9')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/e5584fcde9fe730a4207582f8a5be2ae1a92362f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/e5584fcde9fe730a4207582f8a5be2ae1a92362f
You're receiving this email because of your account on gitlab.archlinux.org.