New comment by Gottox on void-packages repository https://github.com/void-linux/void-packages/issues/27228#issuecomment-747411119 Comment: I disabled downloading all together: ```diff diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template index 14396134ad..3d21844a13 100644 --- a/srcpkgs/ktoblzcheck/template +++ b/srcpkgs/ktoblzcheck/template @@ -1,7 +1,7 @@ # Template file for 'ktoblzcheck' pkgname=ktoblzcheck version=1.50 -revision=1 +revision=2 hostmakedepends="pkg-config python" makedepends="python-devel" build_style=cmake @@ -11,6 +11,7 @@ homepage="http://ktoblzcheck.sourceforge.net" short_desc="Tool for verification of account numbers and bank codes" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=5cebeb144cd9f3e089325f919150000802aa0ad03aac13b273d797c6933a989f +configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO" ktoblzcheck-devel_package() { depends="${sourcepkg}>=${version}_${revision}" ```