diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index 000f061af8..a96beea167 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,6 +1,6 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.5.2 +version=0.5.3 revision=1 build_style=gnu-configure hostmakedepends="pkg-config qt5-tools" @@ -10,10 +10,10 @@ short_desc="Qt GUI Interface for FluidSynth" maintainer="Juan RP " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=bb85a6e393544bd24a4c708e7279a88b2dab228bdc4440c78684f91b7057d3e5 +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=2ce9791f8a927425d29bacc44fdfff575638b24512e0f0b6f2eca85deb67f0c9 -if [ -n "${CROSS_BUILD}" ]; then +if [ "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel" fi