munt-mt32emu: update to 2.7.2

This commit is contained in:
Dirk Stolle 2025-10-05 23:21:07 +02:00
parent 6a86ad300a
commit c86ad83112

View File

@ -3,7 +3,7 @@
_realname=munt-mt32emu _realname=munt-mt32emu
pkgbase=mingw-w64-${_realname} pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.7.1 pkgver=2.7.2
pkgrel=1 pkgrel=1
pkgdesc="mt32emu is a C/C++ library which allows to emulate (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules. (mingw-w64)" pkgdesc="mt32emu is a C/C++ library which allows to emulate (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules. (mingw-w64)"
arch=('any') arch=('any')
@ -17,7 +17,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cc"
) )
source=("https://github.com/munt/munt/archive/libmt32emu_${pkgver//./_}.tar.gz") source=("https://github.com/munt/munt/archive/libmt32emu_${pkgver//./_}.tar.gz")
sha256sums=('e4524d52d6799a4e32a961a2e92074f14adcb2f110a4e7a06bede77050cfdaf4') sha256sums=('3b0beff64e83d2b4879baba2326eed1300edc9663b3dc52621fc74d196ca9a80')
build() { build() {
mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM} mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM}