From 7cd9d6f3ad0d98408e6526ec995d7445493a5f1c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 6 Dec 2018 03:58:17 -0200 Subject: [PATCH] qsynth: update to 0.5.4. --- srcpkgs/qsynth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index a96beea1670..c24a0f376ac 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,6 +1,6 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.5.3 +version=0.5.4 revision=1 build_style=gnu-configure hostmakedepends="pkg-config qt5-tools" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=2ce9791f8a927425d29bacc44fdfff575638b24512e0f0b6f2eca85deb67f0c9 +checksum=2d6befb4023f8a64f35d802991d0d413e11d0307e87485428c969b94bb2bf84e if [ "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel"