Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hledger-web
Commits:
179f4500 by Caleb Maclennan at 2023-12-08T01:13:28+03:00
upgpkg: 1.32.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hledger-web
pkgdesc = Web-based user interface for the hledger accounting system
- pkgver = 1.32
- pkgrel = 4
+ pkgver = 1.32.1
+ pkgrel = 1
url = http://hledger.org
arch = x86_64
license = GPL
@@ -43,7 +43,7 @@ pkgbase = hledger-web
depends = haskell-yesod-static
depends = haskell-yesod-test
replaces = hledger-api
- source =
https://hackage.haskell.org/packages/archive/hledger-web/1.32/hledger-web-1.32.tar.gz
- sha512sums =
67aa8839738956114a475f1ad3f88f465f133c2ff86775409cc9521068f855a486b55622564885af38ba38f08031cb26cf4457219d9b58cfe4456a6d4e651158
+ source =
https://hackage.haskell.org/packages/archive/hledger-web/1.32.1/hledger-web-1.32.1.tar.gz
+ sha512sums =
d3a062f1f85a5609c8802bed860e0ba89d11b8c47b391c067bc681c300c00546e592d550b7f6ce2f649085839bda29e84b1ad7937f1e16872e9c692fc3ae4caf
pkgname = hledger-web
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=hledger-web
-pkgver=1.32
-pkgrel=4
+pkgver=1.32.1
+pkgrel=1
pkgdesc="Web-based user interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -20,7 +20,7 @@ depends=('ghc-libs' 'hledger' 'haskell-hledger-lib'
'haskell-aeson' 'haskell-bas
makedepends=('ghc')
replaces=('hledger-api')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('67aa8839738956114a475f1ad3f88f465f133c2ff86775409cc9521068f855a486b55622564885af38ba38f08031cb26cf4457219d9b58cfe4456a6d4e651158')
+sha512sums=('d3a062f1f85a5609c8802bed860e0ba89d11b8c47b391c067bc681c300c00546e592d550b7f6ce2f649085839bda29e84b1ad7937f1e16872e9c692fc3ae4caf')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/179f4500f9ce9c99f0800549c609f1728735d64d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/179f4500f9ce9c99f0800549c609f1728735d64d
You're receiving this email because of your account on gitlab.archlinux.org.