summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56673bdb5f3..88152c33dec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5d90dacb9e65..971a09bf156a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"