You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just for anyone having issues with their package manager not updating cause of the broken dependency in waybar-hyprland-git using spdlog.
Looks like waybar-hyprland-git has issues currently on the most recent package update
diff --git a/.SRCINFO b/.SRCINFO
index 5b00812ebfb..131a6b8608f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waybar-hyprland-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)
pkgname=waybar-hyprland-git
-pkgver=0.9.19.r2.ge7deab92
+pkgver=0.9.22.r9.gb7a527b1
pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)'
arch=('x86_64' 'aarch64')
@@ -13,11 +13,11 @@ depends=(
'gtkmm3'
'libjsoncpp.so'
'libsigc++'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is just for anyone having issues with their package manager not updating cause of the broken dependency in waybar-hyprland-git using spdlog.
Looks like waybar-hyprland-git has issues currently on the most recent package update
diff
--git a/.SRCINFO b/.SRCINFOindex 5b00812ebfb..131a6b8608f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waybar-hyprland-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = waybar-hyprland-git
depends = gtkmm3
depends = libjsoncpp.so
depends = libsigc++
depends = jack
depends = libjack.so
depends = wayland
depends = libdate-tz.so
depends = gtk-layer-shell
depends = libupower-glib.so
depends = upower
diff --git a/PKGBUILD b/PKGBUILD
index 1e35ab574c7..f93d5758208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=waybar-hyprland-git
-pkgver=0.9.19.r2.ge7deab92
+pkgver=0.9.22.r9.gb7a527b1
pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)'
arch=('x86_64' 'aarch64')
@@ -13,11 +13,11 @@ depends=(
'gtkmm3'
'libjsoncpp.so'
'libsigc++'
'jack' 'libjack.so'
'wayland'
'libdate-tz.so'
'gtk-layer-shell'
'libupower-glib.so'
'upower'`
I have found a resolution on getting around this:
sudo pacman -Rdd waybar-hyprland-git / sudo pacman -S waybar
then
yay
or
sudo pacman -Syu
Waybar may appear gone on first login after this but you need to run
~/.config/waybar/wbarstylegen.sh
Beta Was this translation helpful? Give feedback.
All reactions