diff options
author | Pellegrino Prevete | 2021-01-19 22:00:22 +0100 |
---|---|---|
committer | Pellegrino Prevete | 2021-01-19 22:00:22 +0100 |
commit | 45cf0786dd3f220a984e38a07bcb53b062ccbce1 (patch) | |
tree | b8af99f28534f2ecdc88f5e32d613b623661cee4 | |
parent | 17afd91e3b60c2ccdb6c4edafdaafca990e22769 (diff) | |
download | aur-45cf0786dd3f220a984e38a07bcb53b062ccbce1.tar.gz |
Fix pulseaudio dependency
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" arch=(x86_64) license=(GPL LGPL) -depends=(gtk3 libnotify bluez libcanberra systemd-libs pipewire-pulseaudio-git) +depends=(gtk3 libnotify bluez libcanberra systemd-libs pipewire-pulse-git) makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson) provides=(libgnome-bluetooth.so $_pkgname) conflicts=($_pkgname) |