diff --git a/anda/desktops/waylands/hypridle/update.rhai b/anda/desktops/waylands/hypridle/update.rhai index 8e2dce705f..2c18c969ae 100644 --- a/anda/desktops/waylands/hypridle/update.rhai +++ b/anda/desktops/waylands/hypridle/update.rhai @@ -1 +1,3 @@ -rpm.version(gh_rawfile("hyprwm/hypridle", "main", "VERSION")); +let v = gh_rawfile("hyprwm/hypridle", "main", "VERSION"); +v.trim(); +rpm.version(v);