diff options
author | Willow Barraco <contact@willowbarraco.fr> | 2023-07-19 22:37:49 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-07-19 23:03:22 +0000 |
commit | 0700a1af5f4df1d0b21170cae5719be0d752f497 (patch) | |
tree | e0ee5e8e7e28ffc2b14b86f99115140586677cf1 | |
parent | 1fb4f8e600d498ed5658ebd8b9836244b67e488d (diff) |
community/pavucontrol: remove depends to pulseaudio
Pavucontrol can also be used with pipewire-pulse, and this depends can
cause conflicts.
-rw-r--r-- | community/pavucontrol/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/pavucontrol/APKBUILD b/community/pavucontrol/APKBUILD index 77d289fe2bb..17e82c64dec 100644 --- a/community/pavucontrol/APKBUILD +++ b/community/pavucontrol/APKBUILD @@ -1,12 +1,11 @@ # Maintainer: Noam Preil <pleasantatk@gmail.com> pkgname=pavucontrol pkgver=5.0 -pkgrel=3 +pkgrel=4 pkgdesc="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" url="https://freedesktop.org/software/pulseaudio/pavucontrol/" arch="all" license="GPL-2.0-or-later" -depends="pulseaudio" subpackages="$pkgname-lang $pkgname-doc" makedepends=" automake |