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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 24 10:12:46 UTC 2018


    Date: Wednesday, October 24, 2018 @ 10:12:45
  Author: arodseth
Revision: 398782

upgpkg: python-sounddevice 0.3.12-1

Modified:
  python-sounddevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-24 10:09:42 UTC (rev 398781)
+++ PKGBUILD	2018-10-24 10:12:45 UTC (rev 398782)
@@ -3,10 +3,10 @@
 # Contributor: Håvard Pettersson <mail at haavard.me>
 
 pkgname=python-sounddevice
-pkgver=0.3.11
-pkgrel=2
+pkgver=0.3.12
+pkgrel=1
 pkgdesc='Play and Record Sound with Python'
-url='http://python-sounddevice.rtfd.io/'
+url='https://python-sounddevice.rtfd.io/'
 arch=('any')
 license=('MIT')
 depends=('portaudio' 'python-cffi')
@@ -13,13 +13,14 @@
 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")
-md5sums=('e40927c78366d4503413f4d6f62be23e')
+sha256sums=('f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2')
 
 package() {
   cd "sounddevice-$pkgver"
+
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# getver: -u 2 anaconda.org/conda-forge/sounddevice
+# getver: github.com/spatialaudio/python-sounddevice
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list