From 08e4e03fa43712a6e30e2eac7b5c285ce3a36b60 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 19 Feb 2019 09:49:22 +0300 Subject: [PATCH] fluidsynth: Update to 2.0.3 --- mingw-w64-fluidsynth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-fluidsynth/PKGBUILD b/mingw-w64-fluidsynth/PKGBUILD index 6a5cf27c6e..39c5d0550f 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.0.0 +pkgver=2.0.3 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-cmake") options=('strip' 'staticlibs') source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('5ca094efbe13fdb880cfd0431354a7b85daf7239c344939493a2aaeca4e59ed5') +sha256sums=('12c7ede220f54a6e52a7e7b0b1729c04a4282685569adf18d932a7dd3c10e759') build() { [[ -d "${srcdir}"/build-${CARCH} ]] && rm -rf "${srcdir}"/build-${CARCH}