qsynth: update to 0.5.3.

This commit is contained in:
maxice8 2018-10-10 17:55:29 -03:00 committed by maxice8
parent aed82c73f7
commit dc2833e6ce

View file

@ -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 <xtraeme@voidlinux.eu>"
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