summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcirlo2025-02-22 22:29:10 +0100
committercirlo2025-02-22 22:29:10 +0100
commit7d063ebeb5aca0ca0f61ef97998d531388b8518f (patch)
tree1c4df37b52d88ae9eab9cd2500936b27b1276b1b /PKGBUILD
parent2e0d90246e93e72bd38b288f505c68794fdade80 (diff)
downloadaur-7d063ebeb5aca0ca0f61ef97998d531388b8518f.tar.gz
optional dependencies update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af4cf10c14f4..2390f010dca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/carlocastoldi/blockify"
license=("MIT")
depends=("spotify" "alsa-utils" "python-gobject" "dbus-python" "python-docopt")
makedepends=("python-build" "python-installer" "python-wheel")
-optdepends=("pulseaudio: allows muting Spotify instead of all system sound")
+optdepends=("libpulse: allows muting Spotify instead of all system sound")
conflicts=("blockify")
provides=("blockify")
source=("${pkgname}::git+https://github.com/carlocastoldi/blockify")