Alad Wenter
Alad Wenter
https://github.com/rain-1/awesome-oxidization
When a target is only provided by other targets, `pactrans` can not locate it. For example: ``` ❯ sudo pacman -S i3 :: There are 5 members in group i3:...
Related to: * https://github.com/AladW/aurutils/issues/1119 * https://github.com/AladW/aurutils/issues/1086#issuecomment-1775010778 * https://github.com/AladW/aurutils/issues/966 * https://github.com/AladW/aurutils/issues/860 - [x] `Depends.pm` module - [ ] `Srcinfo.pm` module - [x] `aur-depends` adaptation - [ ] `aur-graph` adaptation - [...
The dependency code (`Depends.pm`) is fairly complicated and there's all kinds of edge cases that should be documented in tests.
Compared to the `auto-key-retrieve` gpg option, the idea is to import package keys to a separate keyring, with location defined by `AUR_SYNC_GNUPGHOME`. A partial implementation is in https://github.com/aurutils/aurutils/commit/c7624040c2781c07b7af7a4b490db21de8a4389d. What remains...
One use-case is using `aur-build --margs --repackage` for large packages, which relies on the build directories to be still available. The downside is that even more space is used, besides...
`makepkg` waits for `pacman` to release its lock file in `/var/lib/pacman/db.lck`, see https://git.archlinux.org/pacman.git/tree/scripts/makepkg.sh.in#n227. Ideally this could be replicated to avoid early exits on concurrent `aur-build` or `makepkg` processes, i.e. due...
Issue #1042 Note: this approach (together with special cases in `aur-build`) becomes redundant once #909 is implemented.
See https://github.com/archlinux/aurweb/releases/tag/v6.1.9 Since `provides` can already be specified on the command-line with #1041, `provides` searches could be used in the following way: * Do dependency resolution as usual. * If...