From 59ad07469410a7a790e17bd8dc075642ed4f501a Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Fri, 8 Jan 2021 12:08:36 +0100 Subject: [PATCH] fluidsynth: update to 2.1.6 enable checks --- srcpkgs/fluidsynth/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index d6c8214cfb4..53e299a1d66 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,6 +1,6 @@ # Template file for 'fluidsynth' pkgname=fluidsynth -version=2.1.5 +version=2.1.6 revision=1 build_style=cmake configure_args="-DLIB_SUFFIX= @@ -12,7 +12,12 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="http://www.fluidsynth.org/" distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" -checksum=b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00 +checksum=328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a + +do_check() { + cd build + make check +} libfluidsynth_package() { short_desc+=" - runtime library"