Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homebank: update to 5.6.3. #42886

Merged
merged 1 commit into from Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/homebank/template
@@ -1,6 +1,6 @@
# Template file for 'homebank'
pkgname=homebank
version=5.6.2
version=5.6.3
revision=1
build_style=gnu-configure
hostmakedepends="intltool pkg-config"
Expand All @@ -10,8 +10,9 @@ short_desc="Free personal finance software"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://homebank.free.fr/"
changelog="http://homebank.free.fr/ChangeLog"
distfiles="http://homebank.free.fr/public/sources/homebank-${version}.tar.gz"
checksum=12ebde58e04d3c18496f95496067c4e8841b0d111668d1f47c239292b15316f1
checksum=419475f564bbd9be7f4101b1197ce53ea21e8374bcf0505391406317ed823828

post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
Expand Down