Date: Thursday, August 4, 2022 @ 11:03:32
  Author: arodseth
Revision: 1260255

upgpkg: python-sounddevice 0.4.4-1

Modified:
  python-sounddevice/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-04 11:00:36 UTC (rev 1260254)
+++ PKGBUILD    2022-08-04 11:03:32 UTC (rev 1260255)
@@ -3,8 +3,8 @@
 # Contributor: Håvard Pettersson <m...@haavard.me>
 
 pkgname=python-sounddevice
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc='Record and play back sound'
 url='https://python-sounddevice.rtfd.io/'
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools)
 optdepends=('python-numpy: to play back and record NumPy arrays')
 
source=("https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-$pkgver.tar.gz";)
-b2sums=('2c24471e301538ca85fbee75ee79b2b83e24c2a64b0ba573a630d9d8eac7352a3c7eae3942e444ca1f6f622ffd272cdea0f88c381e2886a1468c5b4598d58912')
+b2sums=('f93d30d136c5f47929fccf8923009130ae8287d5706e107c5281393889c2cf1c4c23e483c919a7d75b997bee4327ff86b477f07b6a9809f16608aa5e08deed86')
 
 package() {
   cd sounddevice-$pkgver
@@ -20,5 +20,3 @@
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# getver: github.com/spatialaudio/python-sounddevice

Reply via email to