qsynth: update to 0.6.3.

This commit is contained in:
Nathan Owens 2020-12-02 19:56:08 -06:00 committed by Érico Nogueira Rolim
parent 52b66d9c98
commit d548560d10

View file

@ -1,7 +1,7 @@
# Template file for 'qsynth' # Template file for 'qsynth'
pkgname=qsynth pkgname=qsynth
version=0.6.2 version=0.6.3
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper=qmake build_helper=qmake
hostmakedepends="pkg-config qt5-tools" hostmakedepends="pkg-config qt5-tools"
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://qsynth.sourceforge.io" homepage="http://qsynth.sourceforge.io"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9b5af9747875ff49eb40ab7860a4bbfc1f49cccb783b7cd4d8f90c9971dee632 checksum=1b5733d35b4b24679d59812cf9a5f3152ac0c78046ba1db71870cb7effad3876
if [ "${CROSS_BUILD}" ]; then if [ "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-x11extras-devel" hostmakedepends+=" qt5-x11extras-devel"