gnucash: use cached distfile.

This commit is contained in:
Érico Rolim 2020-09-28 23:59:49 -03:00
parent a507a81506
commit 98e62b17c1
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ short_desc="Financial-accounting software"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.gnucash.org" 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 checksum=56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308
pycompile_dirs="usr/share/gnucash/python" pycompile_dirs="usr/share/gnucash/python"