Alad Wenter
Alad Wenter
As the paclock README indicates, a command like `paclock --run -- aur-build` can be used.
Reopening this, the lock file is only relevant when upgrading the local repository with `pacman -S`, which only takes a small part of the total runtime of `aur-build`.
https://github.com/aurutils/aurutils/issues/771
It's a cyclic dependency: `tsort: -: input contains a loop`. You would have the same problem if you built with `makepkg` and not specified the `--nocheck` flag. `aur-sync` also supports...
Agreed, I tried an implementation (https://github.com/AladW/aurutils/blob/4e9685fd0f45415b220ab8b23d488a867c69e93a/lib/aur-pkglist, https://github.com/AladW/aurutils/blob/4e9685fd0f45415b220ab8b23d488a867c69e93a/lib/aur-pkglist--merge) but it was too slow vs. the tar archives and uses a lot of space client-side > @Jguer provides search was added in...
I didn't check the entire discussion, but I'd just do like `makepkg` and introduce a `PACMAN_AUTH` variable (array) that defines a command-line for elevation. For example ``` pacman_auth = ['sudo']...
I agree the documentation should be updated to reflect the new `aur(1)` design and how to drop-in your own scripts.
The issue with the wrapper script https://github.com/AladW/aurutils/issues/304#issuecomment-367076222 is that it doesn't distinguish between `aur-sync` arguments, and package arguments. One could use any of the print options (`--no-build`, `--columns`, `--save`) but...
A mirror of AUR implies a copy of the AUR with the same packages (`git`) and metadata (`REST` interface) - just hosted in some different location. For example, there used...