Alad Wenter

Results 209 comments of Alad Wenter

So, with `aur-format` merged you can create a `shlibs` file as follows: ```bash aur pkglist --info | aur format -f '%n\t%P\n' --delim=, \ | awk -F'\t' '{ split($2, provs, ",");...

Sure but there should be faster alternatives available. For example: 1. Filter out any `provides` which already have an AUR `pkgname` with `aur-pkglist`. 2. Use `expac -S '%P'` and filter...

When I chose XDG_CONFIG_HOME, what I had in mind was people modifying orderfile so they could choose what stuff they want to prioritize in the diffs. So they're written by...

See #961 for a new idea on this topic. If we store the "seen" upstream `git` commits somewhere, they can be queried via APIs (`github`, `gitlab`) instead of running `aur-srcver`....

> As far as I can tell, there is not, but primarily because aur-depends is called unconditionally by aur-sync and I have to drop down to aur-build, and do things...

> Ah, I thought aur-fetch was also AUR-specific, but that seems to be only for cloning new packages, , but it looks like thatʼs controlled by a flag, so Iʼll...

Did you come up with an example script? My plan is to add one to the `examples` directory, including a short description.

I've come up with a sample script (see below the horizontal line). I would like input on some points: 1. Save custom commits in `master` or in a separate branch,...

The script above had some typos - those should be fixed now.

The reason I went with this approach in 07ba7819d3f2b640d80f305789b3f217e611a36c is that 1. packages on the `aur-sync` command-line already take precedence for other purposes (`--provides`, `--no-ver-argv`) 2. it allows to quickly...