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}"