diff --git a/PKGBUILD b/PKGBUILD index 0cd4e817..d4ddb8bc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -66,7 +66,6 @@ depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}") optdepends=( "bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar" "blueman: GTK+ Bluetooth Manager. Optional." - "pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar" "dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed" "thunar: Modern file manager for Xfce" "thunar-archive-plugin: Create and extract archives in Thunar" diff --git a/PKGBUILD.dev b/PKGBUILD.dev index 535a5f7a..84563a69 100644 --- a/PKGBUILD.dev +++ b/PKGBUILD.dev @@ -66,7 +66,6 @@ depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}") optdepends=( "bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar" "blueman: GTK+ Bluetooth Manager. Optional." - "pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar" "dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed" "thunar: Modern file manager for Xfce" "thunar-archive-plugin: Create and extract archives in Thunar" diff --git a/arch-linux/deps.sh b/arch-linux/deps.sh index 9436e30a..2ade9fe4 100644 --- a/arch-linux/deps.sh +++ b/arch-linux/deps.sh @@ -70,7 +70,7 @@ fi if [ -n "${bluetooth}" ]; then needed_pkgs+=(bluez) - util_pkgs+=(blueman pulseaudio-module-bt) + util_pkgs+=(blueman) fi if [ -n "${utils}" ]; then diff --git a/debian/deps.sh b/debian/deps.sh index b4a3a7a8..8ef2bb17 100644 --- a/debian/deps.sh +++ b/debian/deps.sh @@ -71,7 +71,7 @@ fi if [ -n "${bluetooth}" ]; then needed_pkgs+=(bluez) - util_pkgs+=(blueman pulseaudio-module-bt) + util_pkgs+=(blueman) fi if [ -n "${utils}" ]; then