As title; the quickshell-git package in the cachy repos is really outdated. Pls update
I actually don’t know how often the -git packages in the cachyos repos are supposed to be updated, but I guess maybe some auto-update script broke because the commit it’s at right now is more than month old.
I’m really confused that they distribute the git packages. It is not convenient and intransparent when a package is typically hosted on the AUR but also mirrored as an actual -bin (!) package.
I always took the purpose of the cachy-built git packages as just convenience; saves users the build time but lets them be up-to-date (although clearly not in this case, lol) to -git. The AUR also hosts -git-bin packages for some things, but in addition to them not being always available, -bin packages are a bit risky on AUR since, you know, anything could be in the prebuilt binary since it’s user-hosted. Being available through cachy official repos is a bit more “trustworthy”.
The intransparent part doesn’t really bother me, if I understood you correctly; you can know just by whether the package is available on pacman or not to know if it’s cachy-hosted or not. i.e. try sudo pacman -S package-name, if it returns an error, it’s an AUR package (and then you use paru etc to deal with it).
That’s always the case for all packages. However, from the naming scheme “-git”, it’s not far off to assume that it’s actually build from the latest git source.
Just some corrections to make it work, including bumping the version in the PKGBUILD so it’s higher than the one in the repo, because the master branch’s version was lower (even though it’s newer).
Yes, I know. The problem is that it will never update, even with the --devel flag because it tries to load from the repos first and there, the version is outdated. You will also get noted about your local version being newer than the ones available.
I mean if you want to build it yourself, you can also just use the AUR quickshell-git package (paru -Sa quickshell-git). My post is just a request to cachyos maintainers to update the prebuilt package in the cachyos repos.