Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hledger
Commits:
8b8c8485 by Caleb Maclennan at 2023-12-08T01:08:09+03:00
upgpkg: 1.32.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hledger
pkgdesc = Command-line interface for the hledger accounting system
- pkgver = 1.32
- pkgrel = 3
+ pkgver = 1.32.1
+ pkgrel = 1
url = http://hledger.org
arch = x86_64
license = GPL
@@ -36,7 +36,7 @@ pkgbase = hledger
depends = haskell-utf8-string
depends = haskell-utility-ht
depends = haskell-wizards
- source =
https://hackage.haskell.org/packages/archive/hledger/1.32/hledger-1.32.tar.gz
- sha512sums =
da4a9267f5ae18c5b12f34c325e25bf8b053b07fb359d5e069594e727e5b27c17f2040704f46b39b550f8ad2ead023909b57ef4b99414ade46e3335d9c58c0f8
+ source =
https://hackage.haskell.org/packages/archive/hledger/1.32.1/hledger-1.32.1.tar.gz
+ sha512sums =
dee2da45a349a38d9ba613c593da4fb20fe82d444324d2b00cd59c22fce0ccf2d75e8aac80a50c65db32fdf2b98185df6fa514123349ed59d9719f8f961fd328
pkgname = hledger
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=hledger
-pkgver=1.32
-pkgrel=3
+pkgver=1.32.1
+pkgrel=1
pkgdesc="Command-line interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -18,7 +18,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal'
'haskell-cmdargs'
'haskell-utility-ht' 'haskell-wizards')
makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('da4a9267f5ae18c5b12f34c325e25bf8b053b07fb359d5e069594e727e5b27c17f2040704f46b39b550f8ad2ead023909b57ef4b99414ade46e3335d9c58c0f8')
+sha512sums=('dee2da45a349a38d9ba613c593da4fb20fe82d444324d2b00cd59c22fce0ccf2d75e8aac80a50c65db32fdf2b98185df6fa514123349ed59d9719f8f961fd328')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger/-/commit/8b8c8485dcd030fc4190d2b1429e6929d9682325
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger/-/commit/8b8c8485dcd030fc4190d2b1429e6929d9682325
You're receiving this email because of your account on gitlab.archlinux.org.