Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
homebank
Commits:
c97c075f by Jaroslav Lichtblau at 2025-11-22T12:28:37+01:00
upgpkg: 5.9.5-1 - new upstream release
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- homebank.changelog
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = homebank
pkgdesc = Free, easy, personal accounting for everyone
- pkgver = 5.9.4
+ pkgver = 5.9.5
pkgrel = 1
url = https://www.gethomebank.org/
changelog = homebank.changelog
@@ -15,7 +15,7 @@ pkgbase = homebank
depends = perl-xml-parser
depends = shared-mime-info
depends = libsoup3
- source =
https://www.gethomebank.org/public/sources/homebank-5.9.4.tar.gz
- sha256sums =
8c442384a142f0f9f85295f6a599ecf6c20fc8a1797f177e71a3d93cfa909fbf
+ source =
https://www.gethomebank.org/public/sources/homebank-5.9.5.tar.gz
+ sha256sums =
ff6c8b0f6da411133e29b848e91f48fdb88de40ad02cba20a8840930a3e7ed43
pkgname = homebank
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: William Rea <[email protected]>
pkgname=homebank
-pkgver=5.9.4
+pkgver=5.9.5
pkgrel=1
pkgdesc="Free, easy, personal accounting for everyone"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme'
'libofx'
makedepends=('intltool')
changelog=$pkgname.changelog
source=(https://www.gethomebank.org/public/sources/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8c442384a142f0f9f85295f6a599ecf6c20fc8a1797f177e71a3d93cfa909fbf')
+sha256sums=('ff6c8b0f6da411133e29b848e91f48fdb88de40ad02cba20a8840930a3e7ed43')
build() {
cd "${srcdir}"/$pkgname-$pkgver
=====================================
homebank.changelog
=====================================
@@ -1,3 +1,6 @@
+2025-11-22 Jaroslav Lichtblau <[email protected]>
+ * homebank 5.9.2-2
+
2025-07-03 Jaroslav Lichtblau <[email protected]>
* homebank 5.9.2-2
* fixing https://bugs.launchpad.net/homebank/+bug/2114136
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/c97c075f56fbea94c37f0fd5d11102cc92741d5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/homebank/-/commit/c97c075f56fbea94c37f0fd5d11102cc92741d5a
You're receiving this email because of your account on gitlab.archlinux.org.