Alad Wenter

Results 52 issues of Alad Wenter

This is a major rewrite of `aur-query` (perl), `aur-search` and `aur-repo` which uses the new helpers `aur-format` and `aur-repo-parse` (perl) for processing data. The highlight is `aur search --format`, which...

enhancement
feature

Without having to rely on `devtools`, `arch-install-scripts` and its various quirks, `aur-chroot` could be extended in multiple ways. For example: * Handle `CacheDir` reliably (#809) * Move the complete build...

enhancement
feature
devtools

Since we're playing around with `aur-sync-devel` anyway, it might be worth exploring how `aur-view` can be run a second time, to view new upstream commits. This could be achieved with...

examples

If `pacman --dbpath` points to a user-writeable directory, no escalation to root is necessary. Expose this to allow for unprivileged tests. Fixes #753

feature

Right now we have two sets of error codes: 1. `errno` for generic exit codes, and 2. the set of error codes from `makepkg`. To make wrapping of commands easier...

enhancement

This was reported on IRC, after the `wlroots` URI changed from github to gitlab: ``` [23:36:01] Hey, for some reason when I run `aur sync wlroots-git`, I get this error:...

enhancement

One immediate use of this is the following block in `aur sync`: ```bash if [[ -s argv ]]; then # shellcheck disable=SC2094 # depends: $1 pkgname $2 depends $3 pkgbase...

feature

## Closed - [x] **aria2c** errors are output to `stdout`, instead of `stderr` https://github.com/aria2/aria2/issues/638 - [x] **aria2c** no ability to disable download results https://github.com/aria2/aria2/issues/639 - [x] **aria2c** returns 0 when...

upstream

``` =>> Do you want to edit PKGBUILD? [y/N]: ^C [archie@bootstrap tmp]$ ``` Where the last line is left in bold.

Since GPG signing with both repose (#46) and makepkg (FS#49946) has issues as of writing, I've developed the following workarounds: 1. Find the package name without extension from `makepkg --packagelist`...