From 98e62b17c18a3e75c23173417d865eab423c4ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 28 Sep 2020 23:59:49 -0300 Subject: [PATCH] gnucash: use cached distfile. --- srcpkgs/gnucash/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index acce255cb98..0dee6043361 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -14,7 +14,8 @@ short_desc="Financial-accounting software" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.gnucash.org" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" +#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" +distfiles="https://sources.voidlinux.org/gnucash-4.2/gnucash-4.2.tar.bz2" checksum=56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308 pycompile_dirs="usr/share/gnucash/python"