From 3fd84585867a63f73bdf0214ae655e4f2346f8c4 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 3 May 2021 18:34:47 -0700 Subject: [PATCH] ktoblzcheck: fix license, other lint, fix test Test fix is a temporary stand-in until the next version. --- srcpkgs/ktoblzcheck/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template index 8d04d9e51f4..45cdb65345e 100644 --- a/srcpkgs/ktoblzcheck/template +++ b/srcpkgs/ktoblzcheck/template @@ -1,17 +1,21 @@ # Template file for 'ktoblzcheck' pkgname=ktoblzcheck version=1.53 -revision=1 +revision=2 +build_style=cmake +configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO" hostmakedepends="pkg-config python" makedepends="python-devel" -build_style=cmake -maintainer="Enno Boland " -license="LGPL-2.1" -homepage="http://ktoblzcheck.sourceforge.net" short_desc="Tool for verification of account numbers and bank codes" +maintainer="Enno Boland " +license="LGPL-2.1-or-later" +homepage="http://ktoblzcheck.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55 -configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO" + +post_patch() { + vsed -i src/python/test_ktoblzcheck.py -e 's/Postbank Ndl der DB Privat- und Firmenkundenbank/Postbank Ndl der Deutsche Bank/' +} ktoblzcheck-devel_package() { depends="${sourcepkg}>=${version}_${revision}"