From 99d196ec58b6b2f72f2c5f29f327f39c2d640c87 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 2 Dec 2020 19:56:08 -0600 Subject: [PATCH] qsynth: update to 0.6.3. --- srcpkgs/qsynth/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index 3446f2a1807..20993ac25c4 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,7 +1,7 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.6.2 -revision=2 +version=0.6.3 +revision=1 build_style=gnu-configure build_helper=qmake hostmakedepends="pkg-config qt5-tools" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=9b5af9747875ff49eb40ab7860a4bbfc1f49cccb783b7cd4d8f90c9971dee632 +checksum=1b5733d35b4b24679d59812cf9a5f3152ac0c78046ba1db71870cb7effad3876 if [ "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel"