@Alad, yes, I'm using: aur sync -S -d <personal_repo> -u. Thanks !
Edit: v5 from AUR used (not v5.1), and it's doing queries fine.
| Git Clone URL: | https://aur.archlinux.org/aurutils.git (read-only, click to copy) |
|---|---|
| Package Base: | aurutils |
| Description: | helper tools for the arch user repository |
| Upstream URL: | https://github.com/AladW/aurutils |
| Keywords: | aur aur-helper helper |
| Licenses: | ISC |
| Submitter: | Alad |
| Maintainer: | Alad (zoorat, Pulec) |
| Last Packager: | Pulec |
| Votes: | 302 |
| Popularity: | 3.47 |
| First Submitted: | 2016-03-26 19:17 (UTC) |
| Last Updated: | 2026-02-24 15:21 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »
@Alad, yes, I'm using: aur sync -S -d <personal_repo> -u. Thanks !
Edit: v5 from AUR used (not v5.1), and it's doing queries fine.
Some fixes for aur-query v5, cherry-picked from the master branch:
https://github.com/AladW/aurutils/commit/791bf28664de44a0a66f8b7a4a10b7907015b8d8.patch
edit: released as 5.1.
I've tested GET requests (which aurutils <=4.4 uses) with aurutils 5 and the master branch, and they still work as expected. Are you sure you're not noticing the issue with aur-sync -u described below?
FYI, with the recen change on the AUR RPC API, 4.3 aurutils versions are not able to perform AUR queries. aurutils 5 does work, but it needs to be manually built and install, and then i'll start picking AUR updates agein.
anna3106: meanwhile, you can bump pkgver and change the sha256sums in the PKGBUILD and get the update.
Any reason why this hasn't been updated to 4.4 yet? Waiting on the fix for aur-sync -u reporting nothing to do.
https://github.com/AladW/aurutils/releases/tag/4.4
Apparently I can't flag packages out of date anymore...
BTW, latest version, 4, fixes the AUR_QUERY_PARALLEL issue. Thanks !
Yeah, there was a change regarding curl (https://github.com/AladW/aurutils/commit/7c17ad493dc7f19cbd5c4418b79dcbaf46197aed). Please report the issue on github.
Ohh, I found by unsetting AUR_QUERY_PARALLEL, which I had it set to 1 (though I didn't have AUR_QUERY_PARALLEL_MAX set), then aur came back to life... So I'm no longer setting it. However, is that expected? Could it be rather a curl issue (currently one, 7.80.0-1).
Thanks !
Pinned Comments
Alad commented on 2026-02-24 22:13 (UTC)
If you updated to gawk 5.4.0 before aurutils 20.5.8, you'll need to build the package manually (
aur-build/makepkg) or append--no-graphto youraur-synccommand.