diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index 2c9bbadb665..fde66c52ac7 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,20 +1,20 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.5.0 +version=0.5.1 revision=1 build_style=gnu-configure -hostmakedepends="pkg-config qt5-qmake qt5-tools" +hostmakedepends="pkg-config qt5-tools" makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel" depends="fluidsynth jack desktop-file-utils hicolor-icon-theme" short_desc="Qt GUI Interface for FluidSynth" maintainer="Juan RP " -license="GPL-2" -homepage="http://qsynth.sourceforge.net" +license="GPL-2.0-or-later" +homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=0415d5744a0d950ced0ab84a25d653b951cc1e35a847d6934c29a78f7ede26eb +checksum=579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e if [ -n "${CROSS_BUILD}" ]; then - hostmakedepends+=" qt5-x11extras-devel qt5-host-tools" + hostmakedepends+=" qt5-x11extras-devel" fi post_configure() {