ktoblzcheck: fix license, other lint, fix test
Test fix is a temporary stand-in until the next version.
This commit is contained in:
parent
2ed50cb9c4
commit
3fd8458586
|
@ -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 <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://ktoblzcheck.sourceforge.net"
|
||||
short_desc="Tool for verification of account numbers and bank codes"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
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}"
|
||||
|
|
Loading…
Reference in New Issue