diff --git a/mingw-w64-fluidsynth/PKGBUILD b/mingw-w64-fluidsynth/PKGBUILD index 898291eea7..868346d4c8 100644 --- a/mingw-w64-fluidsynth/PKGBUILD +++ b/mingw-w64-fluidsynth/PKGBUILD @@ -3,7 +3,7 @@ _realname=fluidsynth pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.2.8 +pkgver=2.2.9 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" arch=('any') @@ -23,7 +23,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=('7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe' +sha256sums=('bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159' '8b865ac2b0ea760f3c5fa640573793131a09cdc7af833ab6fd8f69b583e41153') noextract=("${_realname}-${pkgver}.tar.gz")