Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hledger-lib
Commits:
b014bfa0 by Caleb Maclennan at 2025-11-19T11:32:36+03:00
upgpkg: 1.50.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = haskell-hledger-lib
pkgdesc = A library providing the core functionality of hledger
- pkgver = 1.50.2
+ pkgver = 1.50.3
pkgrel = 1
url = http://hledger.org
arch = x86_64
@@ -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.50.2/hledger-lib-1.50.2.tar.gz
- sha512sums =
af07917acc8b866bc5ca4a1b73bda75b8a0c0a7550f45dc30328c3af4877d8921815b88de4c840932c076995a141dfb544b948777bee573c256260219fae62bb
+ source =
https://hackage.haskell.org/packages/archive/hledger-lib/1.50.3/hledger-lib-1.50.3.tar.gz
+ sha512sums =
93971a124d83d049decf2ce2c7d1fab5a636e1dc7bc4693a1a48a217bec599eba926ab34f2008f15260c4b3073c899f48ce5aeda0373e2b245ddc33b020c258b
pkgname = haskell-hledger-lib
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
-pkgver=1.50.2
+pkgver=1.50.3
pkgrel=1
pkgdesc="A library providing the core functionality of hledger"
url="http://hledger.org"
@@ -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=('af07917acc8b866bc5ca4a1b73bda75b8a0c0a7550f45dc30328c3af4877d8921815b88de4c840932c076995a141dfb544b948777bee573c256260219fae62bb')
+sha512sums=('93971a124d83d049decf2ce2c7d1fab5a636e1dc7bc4693a1a48a217bec599eba926ab34f2008f15260c4b3073c899f48ce5aeda0373e2b245ddc33b020c258b')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/b014bfa01449f560686cd43167ee6a53fb228091
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/b014bfa01449f560686cd43167ee6a53fb228091
You're receiving this email because of your account on gitlab.archlinux.org.