diff --git a/mingw-w64-python-sounddevice/PKGBUILD b/mingw-w64-python-sounddevice/PKGBUILD index 60991f793a..eae53bc9f2 100644 --- a/mingw-w64-python-sounddevice/PKGBUILD +++ b/mingw-w64-python-sounddevice/PKGBUILD @@ -3,7 +3,7 @@ _realname=sounddevice pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.4.4 +pkgver=0.4.5 pkgrel=1 pkgdesc='Play and Record Sound with Python (mingw-w64)' arch=('any') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-portaudio" "${MINGW_PACKAGE_PREFIX}-python-cff makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy: to play back and record NumPy arrays") source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f690f5aa418a56268c7bdbc97d697c85add0134c5c79d44b8a2ad7a1b85da789') +sha256sums=('2fe0d41299e4f3037dad2acede4eff0666b34a1fa3da5335e47120373964bef5') prepare() { rm -rf python-build-${CARCH} | true