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