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
Describe the bug
When using paru to install and update the AUR meta package for this tool. It times out checking for the latest git hash.
error: timed out looking for devel update: https://github.com/Aylur/astal.git
I believe the cause of this is the way the packages are set up on the AUR.
Since there is a meta package for all the smaller dependencies which all are also from this repo. Paru ends up doing loads of duplicate requests for this github repo. Probably leading to the requests being denied for spam.
To Reproduce
install the aylurs-gtk-shell package from the aur using paru.
update your aur packages with paru -Syu
Expected behavior
Should not time out.
Additional context
I have about 40 packages installed from the aur though paru. so that might be a contributing factor.
The text was updated successfully, but these errors were encountered:
I can not reproduce this even when checking for updates many times in quick succession.
Maybe a slow internet connection plays a factor here as well?
Because of the way this repo is structured I either have a separate PKGBUILD for each lib, which results in pulling this repo for each package, or a split package. PKGBUILDs are designed around one build process, so the second approach would pull in the dependencies of all libs and build all libs, even when you only want to install one specific lib. Both of these solutions have their drawbacks, I went for the first approach, because it fits the Arch build system better.
Anyway this has nothing to do with astal itself, so I'll close this. (I would have transferred this issue to my PKGBUILD repo, but github allows only transfers between repos with the same owner). I will monitor the issue you created in the paru repo to see if this actually requires some action from my side.
Describe the bug
When using
paru
to install and update the AUR meta package for this tool. It times out checking for the latest git hash.I believe the cause of this is the way the packages are set up on the AUR.
Since there is a meta package for all the smaller dependencies which all are also from this repo. Paru ends up doing loads of duplicate requests for this github repo. Probably leading to the requests being denied for spam.
To Reproduce
paru -Syu
Expected behavior
Should not time out.
Additional context
I have about 40 packages installed from the aur though paru. so that might be a contributing factor.
The text was updated successfully, but these errors were encountered: