diff options
author | cyqsimon | 2024-08-05 10:43:19 +0800 |
---|---|---|
committer | cyqsimon | 2024-08-05 10:44:15 +0800 |
commit | 649fffc304f167ff8411797c3fba00d2e030f32f (patch) | |
tree | 643c42c96c191d450462880e1cc5d1f9cade7ed3 /PKGBUILD | |
parent | f19724aeb6f5672fa14bb53ae5a89a37329e1807 (diff) | |
download | aur-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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |