New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/23485#discussion_r453219275 Comment: `distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}.tar.xz"` You can leave `fatsort` instead of `${pkgname}` if you want, but this is the most general approach. Definitely prefer `$SOURCEFORGE_SITE` regardless of the `$pkgname` decision.