diff --git a/.gitignore b/.gitignore index f76252e..8504516 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ Mkfile.old dkms.conf .cache/ +SwayAudioIdleInhibit +sway-audio-idle-inhibit-git* +pkg diff --git a/PKGBUILD b/PKGBUILD index 33f73af..cba369b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ _pkgfoldername=SwayAudioIdleInhibit url="https://github.com/ErikReider/$_pkgfoldername" arch=(x86_64) license=(GPL) -depends=("wayland-client>=1.14.91" "wayland-protocols" "wayland-client" "libpulse") +depends=("wayland>=1.14.91" "wayland-protocols" "libpulse") makedepends=(gcc meson git) optdepends=("swaync-git" "swaysettings-git") source=("git+$url")