ktoblzcheck: move to python3

This commit is contained in:
classabbyamp 2022-08-11 23:27:32 -04:00 committed by classabbyamp
parent 10f17c570c
commit 1c2ae6a396
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'ktoblzcheck'
pkgname=ktoblzcheck
version=1.53
revision=2
revision=3
build_style=cmake
configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
hostmakedepends="pkg-config python"
makedepends="python-devel"
hostmakedepends="pkg-config python3"
makedepends="python3-devel"
short_desc="Tool for verification of account numbers and bank codes"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
@ -24,5 +24,6 @@ ktoblzcheck-devel_package() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
}
}