libopenmpt: update to 0.6.10

This commit is contained in:
Biswapriyo Nath
2023-04-25 12:44:52 +05:30
parent 8c96ddee8f
commit 2d61de0351

View File

@@ -3,7 +3,7 @@
_realname=libopenmpt
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.6.9
pkgver=0.6.10
pkgrel=1
pkgdesc="A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream (mingw-w64)"
arch=('any')
@@ -19,9 +19,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-flac")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")
options=('staticlibs' 'strip')
source=("https://lib.openmpt.org/files/${_realname}/src/${_realname}-${pkgver}+release.autotools.tar.gz")
sha256sums=('479e975abb7dc0fa9cad41bdd31f255d78d43e0726546208058d3c3fcf7b6e5a')
sha256sums=('c25be8dc0dac23cec025487e58f195e4d14f7d94aeddd5fe46b21c04f1ce2774')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}+release.autotools"