python-sounddevice: update to 0.4.5

This commit is contained in:
Mehdi Chinoune
2022-08-25 04:59:21 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent daf1a8286d
commit 77205c3a56

View File

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