From ef3b7274edead7d054a006af9bfc069c38c6c36d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 11 Aug 2022 23:27:32 -0400 Subject: [PATCH] ktoblzcheck: move to python3 --- srcpkgs/ktoblzcheck/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template index 45cdb65345e5..a96342e0106f 100644 --- a/srcpkgs/ktoblzcheck/template +++ b/srcpkgs/ktoblzcheck/template @@ -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 " license="LGPL-2.1-or-later"