summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3def0c9e78..1086b4ac7585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,6 @@ pkgbase = qtile-wayland-git
makedepends = git
makedepends = python-setuptools
makedepends = python-setuptools-scm
- makedepends = libpulse
depends = gdk-pixbuf2
depends = glibc
depends = pango
@@ -34,7 +33,7 @@ pkgbase = qtile-wayland-git
optdepends = cmus: cmus widget
optdepends = jupyter_console: interaction with qtile via Jupyter
optdepends = khal: khal_calendar widget
- optdepends = libpulse: for pulse_volume and pulseaudio_ffi widget
+ optdepends = libpulse: for pulse_volume widget
optdepends = librsvg: for SVG support in some widgets widgets or wallpapers
optdepends = lm_sensors: sensors widget
optdepends = moc: moc widget
diff --git a/PKGBUILD b/PKGBUILD
index 41e5c48f1aa9..961278f5e620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ makedepends=(
'git'
'python-setuptools'
'python-setuptools-scm'
- 'libpulse'
)
checkdepends=(
'dbus'
@@ -46,7 +45,7 @@ optdepends=(
'cmus: cmus widget'
'jupyter_console: interaction with qtile via Jupyter'
'khal: khal_calendar widget'
- 'libpulse: for pulse_volume and pulseaudio_ffi widget'
+ 'libpulse: for pulse_volume widget'
'librsvg: for SVG support in some widgets widgets or wallpapers'
'lm_sensors: sensors widget'
'moc: moc widget'