From a11f0d488f4d0e859c75d487c81a9460ce7ad907 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 22 Oct 2023 14:52:52 +0200 Subject: [PATCH] Update mingw-w64-fluidsynth to 2.3.4 --- fluidsynth/mingw-w64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidsynth/mingw-w64/PKGBUILD b/fluidsynth/mingw-w64/PKGBUILD index 18ff19ce..1c1c3f3c 100644 --- a/fluidsynth/mingw-w64/PKGBUILD +++ b/fluidsynth/mingw-w64/PKGBUILD @@ -2,7 +2,7 @@ _realname=fluidsynth pkgname=mingw-w64-fluidsynth -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" url="http://www.fluidsynth.org/" @@ -13,7 +13,7 @@ depends=('mingw-w64-sdl2' 'mingw-w64-glib2' 'mingw-w64-libsndfile' 'mingw-w64-po makedepends=('mingw-w64-cmake' 'mingw-w64-pkg-config' 'ninja') options=('staticlibs' '!buildflags' '!strip') source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6') +sha256sums=('1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"