fix ags: use aylurs-gtk-shell-git (non-git deps libastal/libastal-4 dont exist)

The AUR package aylurs-gtk-shell depends on libastal and libastal-4
which no longer exist in AUR. Only the -git variants exist.
The -git version (aylurs-gtk-shell-git) correctly depends on
libastal-git and libastal-4-git.
This commit is contained in:
2026-05-28 22:29:58 +02:00
parent 6f3e5e8f2d
commit 0e0188c30d

View File

@@ -18,13 +18,13 @@ module_main() {
fi fi
if ! have paru && ! have yay; then if ! have paru && ! have yay; then
tui_warn "No AUR helper found. Install ags manually: paru -S aylurs-gtk-shell" tui_warn "No AUR helper found. Install ags manually: paru -S aylurs-gtk-shell-git"
return 0 return 0
fi fi
local aur_helper local aur_helper
have paru && aur_helper="paru" || aur_helper="yay" have paru && aur_helper="paru" || aur_helper="yay"
local ags_pkg="aylurs-gtk-shell" local ags_pkg="aylurs-gtk-shell-git"
tui_warn "AGS must be built from source (npm install + Go + meson)." tui_warn "AGS must be built from source (npm install + Go + meson)."
tui_warn "This can take several minutes." tui_warn "This can take several minutes."