Date: Friday, April 28, 2023 @ 13:00:57
  Author: arodseth
Revision: 1449098

archrelease: copy trunk to community-staging-any

Added:
  python-sounddevice/repos/community-staging-any/PKGBUILD
    (from rev 1449097, python-sounddevice/trunk/PKGBUILD)
Deleted:
  python-sounddevice/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 13:00:46 UTC (rev 1449097)
+++ PKGBUILD    2023-04-28 13:00:57 UTC (rev 1449098)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-# Contributor: robertfoster <morf3...@gmail.com>
-# Contributor: Håvard Pettersson <m...@haavard.me>
-
-pkgname=python-sounddevice
-pkgver=0.4.5
-pkgrel=2
-pkgdesc='Record and play back sound'
-url='https://python-sounddevice.rtfd.io/'
-arch=(any)
-license=(MIT)
-depends=(portaudio python-cffi)
-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=('2288faa23280fd0a82fb239eac632e8a3e681ad9f681f7508312bad8be64b57a86de8e7384f168e362ae7c39a118fe9aeeaf40d16502b5aee3d25c7d1df48cfb')
-
-package() {
-  cd sounddevice-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sounddevice/repos/community-staging-any/PKGBUILD (from rev 
1449097, python-sounddevice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-28 13:00:57 UTC (rev 1449098)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: robertfoster <morf3...@gmail.com>
+# Contributor: Håvard Pettersson <m...@haavard.me>
+
+pkgname=python-sounddevice
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Record and play back sound'
+url='https://python-sounddevice.rtfd.io/'
+arch=(any)
+license=(MIT)
+depends=(portaudio python-cffi)
+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=('27d8d0414f3fffa7aedc69a9795a905ab753829d7ea5f7a6baa34f32e0e8e015bd053aa7cbd56423083feb3481ad3843ff7e3da473635a6a742081a3ef765b1b')
+
+package() {
+  cd sounddevice-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to