fluidsynth: Update to 2.0.3

This commit is contained in:
Alexey Pavlov
2019-02-19 09:49:22 +03:00
parent 9b427d5708
commit 08e4e03fa4

View File

@@ -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}