[arch-commits] Commit in python-sounddevice/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jul 28 13:04:48 UTC 2021


    Date: Wednesday, July 28, 2021 @ 13:04:48
  Author: arodseth
Revision: 988876

upgpkg: python-sounddevice 0.4.2-1

Modified:
  python-sounddevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 13:04:42 UTC (rev 988875)
+++ PKGBUILD	2021-07-28 13:04:48 UTC (rev 988876)
@@ -3,9 +3,9 @@
 # Contributor: Håvard Pettersson <mail at haavard.me>
 
 pkgname=python-sounddevice
-pkgver=0.4.1
-pkgrel=2
-pkgdesc='Play and Record Sound with Python'
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Record and play back sound'
 url='https://python-sounddevice.rtfd.io/'
 arch=(any)
 license=(MIT)
@@ -13,10 +13,10 @@
 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")
-sha256sums=('f21978921186c0c7183af032fab77b735d824f3e926d76adb3fd0912e289ce0b')
+b2sums=('2c24471e301538ca85fbee75ee79b2b83e24c2a64b0ba573a630d9d8eac7352a3c7eae3942e444ca1f6f622ffd272cdea0f88c381e2886a1468c5b4598d58912')
 
 package() {
-  cd "sounddevice-$pkgver"
+  cd sounddevice-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list