From fe0c2ca079cf1fe8ab38fef3b79f5ceaf5d52613 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 25 Jan 2022 11:31:53 +0530 Subject: [PATCH] fluidsynth: update to 2.2.5 --- mingw-w64-fluidsynth/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-fluidsynth/PKGBUILD b/mingw-w64-fluidsynth/PKGBUILD index 5b9306e31a..4e2f4dc528 100644 --- a/mingw-w64-fluidsynth/PKGBUILD +++ b/mingw-w64-fluidsynth/PKGBUILD @@ -3,8 +3,8 @@ _realname=fluidsynth pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.2.4 -pkgrel=2 +pkgver=2.2.5 +pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config" options=('strip' 'staticlibs') source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz" "010-no-undefined.patch") -sha256sums=('83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390' +sha256sums=('9037e703617f91c4c36039a5059e0f624164799d856af715bcd8a23c07ba03b8' '8b865ac2b0ea760f3c5fa640573793131a09cdc7af833ab6fd8f69b583e41153') noextract=("${_realname}-${pkgver}.tar.gz")