diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template index a842a2169a3..9b646cdd9ad 100644 --- a/srcpkgs/wsjtx/template +++ b/srcpkgs/wsjtx/template @@ -15,14 +15,9 @@ short_desc="Weak-signal Amateur Radio communication program" maintainer="bra1nwave " license="GPL-3.0-or-later" homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html" -distfiles="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz" +distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz" checksum=1cbc163f238a8cfd64cd9e4a00aa1e00ef43758a1ba9c5db83ca63ca60f64f9d -case $XBPS_TARGET_MACHINE in - # aarch64 builders can't fetch the distfile from the orig url. - aarch64*) distfiles="https://sources.voidlinux.org/wsjtx-${version}/wsjtx-${version}.tgz";; -esac - if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-qmake qt5-host-tools" configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"