summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyqsimon2024-08-05 10:43:19 +0800
committercyqsimon2024-08-05 10:44:15 +0800
commit649fffc304f167ff8411797c3fba00d2e030f32f (patch)
tree643c42c96c191d450462880e1cc5d1f9cade7ed3 /PKGBUILD
parentf19724aeb6f5672fa14bb53ae5a89a37329e1807 (diff)
downloadaur-649fffc304f167ff8411797c3fba00d2e030f32f.tar.gz
Migrate dependency `pulseaudio` -> `pulse-native-provider`
See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 091d92259779..3eebdb84a44d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=python-soundcard
_pkg=SoundCard
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Play and record audio without resorting to CPython extensions'
arch=('any')
url='https://github.com/bastibe/soundcard'
license=('BSD')
-depends=('pulseaudio' 'python-cffi' 'python-numpy')
+depends=('pulse-native-provider' 'python-cffi' 'python-numpy')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
#source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkg::1}/$_pkg/$_pkg-$pkgver.tar.gz")