summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang2021-02-12 23:06:59 +0800
committerHuang-Huang2021-02-12 23:06:59 +0800
commit55b709b563ae4794b9e8061e5112f74a8cf307fe (patch)
treeeae9f3f3c60a1e81a75f024eb55745ee4d638dd8 /PKGBUILD
parent101619b55de5a61ee54422b8a8cb2315ae25fdb3 (diff)
downloadaur-55b709b563ae4794b9e8061e5112f74a8cf307fe.tar.gz
Fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9da9ac6ecf3..3ed2bfa7875c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(pipewire-common-git pipewire-common-docs-git pipewire-common-jack-git
pipewire-common-pulse-git pipewire-common-alsa-git
gst-plugin-pipewire-common-git)
pkgver=0.3.21.r89.g0855b1bb
-pkgrel=1
+pkgrel=2
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
license=(MIT)
@@ -55,9 +55,9 @@ _pick() {
_ver=${pkgver:0:3}
package_pipewire-common-git() {
- depends=(sbc rtkit
+ depends=(sbc rtkit bluez-libs
libdbus-1.so libncursesw.so libsndfile.so libudev.so libasound.so
- libsystemd.so)
+ libsystemd.so libldacBT_enc.so libopenaptx.so libfdk-aac.so)
optdepends=('pipewire-common-docs-git: Documentation'
'pipewire-common-alsa-git: ALSA support'
'pipewire-common-jack-git: JACK support'