gnucash: use $version in cached distfile to fail obviously on next bump

This commit is contained in:
Andrew J. Hesford 2020-09-28 23:08:49 -04:00
parent f7de7c6e57
commit 8d64f3db09

View file

@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.gnucash.org"
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
distfiles="https://sources.voidlinux.org/gnucash-4.2/gnucash-4.2.tar.bz2"
distfiles="https://sources.voidlinux.org/gnucash-${version}/gnucash-${version}.tar.bz2"
checksum=56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308
pycompile_dirs="usr/share/gnucash/python"