diff options
author | Alex | 2019-03-16 11:34:20 +0100 |
---|---|---|
committer | Alex | 2019-03-16 11:34:20 +0100 |
commit | cb0ba6a9eed3c81754be408b39e25be8d63ef2da (patch) | |
tree | d314bf5a71bd2f3f49a39122ff5ed096d1528379 | |
parent | 40e86291e5718e248a15f1f826de09bba19808ff (diff) | |
download | aur-cb0ba6a9eed3c81754be408b39e25be8d63ef2da.tar.gz |
chore: use official wlroots and sway
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -16,8 +16,8 @@ pkgbase = waybar-git depends = libdbusmenu-gtk3 depends = libappindicator-gtk3 depends = libpulse - depends = wlroots-git - optdepends = sway-git: Sway modules support + depends = wlroots + optdepends = sway: Sway modules support optdepends = otf-font-awesome: Icons in the default configuration source = waybar-git::git://github.com/Alexays/Waybar source = meson.build.patch @@ -16,10 +16,10 @@ depends=('gtkmm3' 'libdbusmenu-gtk3' 'libappindicator-gtk3' 'libpulse' - 'wlroots-git') + 'wlroots') makedepends=('meson' 'git') -optdepends=('sway-git: Sway modules support' +optdepends=('sway: Sway modules support' 'otf-font-awesome: Icons in the default configuration') # source=("${pkgname}::git://github.com/Alexays/Waybar#commit=28c65c64" |