diff options
author | cirlo | 2025-02-22 22:29:10 +0100 |
---|---|---|
committer | cirlo | 2025-02-22 22:29:10 +0100 |
commit | 7d063ebeb5aca0ca0f61ef97998d531388b8518f (patch) | |
tree | 1c4df37b52d88ae9eab9cd2500936b27b1276b1b /PKGBUILD | |
parent | 2e0d90246e93e72bd38b288f505c68794fdade80 (diff) | |
download | aur-7d063ebeb5aca0ca0f61ef97998d531388b8518f.tar.gz |
optional dependencies update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |