Alad Wenter
Alad Wenter
When cloning non-AUR repositories with `aur-fetch`, `AUR_LOCATION` needs to be set to `dirname `. `AUR_LOCATION` could instead be appeneded for URIs where `dirname` is empty. Related issues: #860, #1103
[`oil`](http://www.oilshell.org/) has amongst others vastly improved error handling and special data exchange formats such as [`QSN`](http://www.oilshell.org/preview/doc/qsn.html). Some references: * [Oil Fixes Shell's Error Handling](http://www.oilshell.org/preview/doc/error-handling.html) * [Oil vs. Shell idioms](http://www.oilshell.org/preview/doc/idioms.html#does-a-pipeline-succeed) *...
When a rebuild target has an AUR update, it will be included in `rest` and thus considered a target not in the local repository. ``` sync-rebuild: the following targets are...
For example ``` setconf PKGBUILD pkgrel+=1 ``` bumps `pkgrel`, but if I want to display the newly modified value on the terminal, this has to be done with a second...
The original code mentions ``` Copyright 2008-2012 by Seacrest ``` According to [github documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) > You're under no obligation to choose a license. However, without a license, the default copyright...
This matches `aur-repo` behavior. In addition, if $directory/root is existing, print `there is nothing to do` with `--create`.
This is explored in https://github.com/aurutils/aurum/blob/main/lib/aurum-build-asroot and https://github.com/AladW/dotfiles/blob/master/bin/.local/bin/makepkg-asroot, but pacutils is unreliable for package installations and removals. Use `pacman` + `grep` in a similar way as `makepkg` does instead.
Getting this on several packages: ``` % aura -A ros-noetic-desktop aura :: Determining dependencies... aura :: There were multiple errors during dependency resolution. - Failed to parse .SRCINFO: /home/user/.cache/aura/packages/ros-noetic-smach/.SRCINFO -...
Maybe related to #900. ``` aur deps bauerbill --open # an empty image is displayed ```