Alad Wenter
Alad Wenter
This has stabilized now and the only thing that's missing is documentation updates. `aur-query(1)` was updated, I'm deferring the rest to a later time.
You're definitely on to something. I usually run `makepkg --rmdeps` so I have `O(N)` `sudo` calls in the number of packages. Package conflicts aside, a phased approach could lead to...
Another point: this could be done relatively easily if `aur-depends` prints the depth of each dependency in the dependency tree. For example: ``` foo 9001 foo foo Self 0 foo...
> is it documented, or community knowledge, that makepkg will in fact ignore an earlier --syncdeps in favor of a later --nodeps? No, I don't think it's documented yet. The...
Well, that's one interpretation. PKGBUILD(5) only lists the following: depends (array) An array of packages this package depends on to run. [...] If the dependency name appears to be a...
While your expectation is perfectly valid, it's a difficult problem because `aurweb` cannot resolve `provides`. (A patch has been posted over 2 years ago, but it didn't get anywhere.) As...
Now that `aurweb` is fully based on Python, perhaps someone could revive/adapt https://patchwork.archlinux.org/project/aur-dev/patch/[email protected]/.
https://gitlab.archlinux.org/archlinux/aurweb/-/issues/307
The following works (at the cost of a large file download): ``` $ time aur pkglist --info | jq -r '.[] | select(.Provides[]? | contains("libcubeb.so")) | .Name' % Total %...
`provides` on the command line are addressed with 9680df6ae9318c5dcbf52a7ee3ac3690521944e5