From 53c949e2b9d18a0127623aa286388ad38f675a79 Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 14 Jun 2018 13:49:16 +0200 Subject: [PATCH] fluidsynth: update to 1.1.11. --- srcpkgs/fluidsynth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index 9035822540c..3850a0499b7 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,18 +1,18 @@ # Template file for 'fluidsynth' pkgname=fluidsynth -version=1.1.10 +version=1.1.11 revision=1 build_style=cmake configure_args="-DLIB_SUFFIX= -DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2" hostmakedepends="pkg-config" -makedepends="glib-devel jack-devel pulseaudio-devel readline-devel libsndfile-devel" +makedepends="glib-devel jack-devel libsndfile-devel pulseaudio-devel readline-devel" short_desc="Real-time software synthesizer based on the SoundFont 2 specifications" maintainer="Juan RP " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://www.fluidsynth.org/" distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" -checksum=b74801d0fdd726c4555149bf075b76dc4074658ec0a8f7a3753f4a64589e5300 +checksum=da8878ff374d12392eecf87e96bad8711b8e76a154c25a571dd8614d1af80de8 libfluidsynth_package() { short_desc+=" - runtime library"