diff --git a/mingw-w64-python-pydub/PKGBUILD b/mingw-w64-python-pydub/PKGBUILD index 21931e54a3..32463620fa 100644 --- a/mingw-w64-python-pydub/PKGBUILD +++ b/mingw-w64-python-pydub/PKGBUILD @@ -3,8 +3,8 @@ _realname=pydub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.24.1 -pkgrel=2 +pkgver=0.25.1 +pkgrel=1 pkgdesc="Manipulate audio with an simple and easy high level interface (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-ffmpeg") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz::https://codeload.github.com/jiaaro/${_realname}/tar.gz/v${pkgver}") -sha256sums=('92b13680b1cd5152c3b437063a7290f17e5c4ea0bcd8c64ae239950313d2d650') +sha256sums=('94f423c9acc9f361203e82a204420bb8fb85731d0586ebd2c1509fbeadeabad6') prepare() { cd "${srcdir}"