Daniel Șuteu
Daniel Șuteu
If `show_diff_only` is set to 1, the diff is shown only when there are new changes to the build files that are not already in the cache (i.e. when there...
The `git diff` is always shown when pulling new commits from the AUR, regardless of the value of `show_diff_only`. By setting `show_diff_only` to 1, it only prevents the displaying of...
I think `/tmp` is a good default place for the `clone_dir`. Users are free to change it to a permanent directory, if desired. Personally, I have the following configuration: In...
If you have a bad guy in your system, then your system is already compromised.
This is a tricky problem for which I don't have a fix yet, because `trizen`, by design, builds and installs one package at a time. A workaround would be to...
I'm afraid this issue can't be fixed, because handling `$SIG{INT}` seems to conflict with [Term::UI](https://metacpan.org/pod/Term::UI) when [Term::ReadLine::Gnu](https://metacpan.org/pod/Term::ReadLine::Gnu) is installed.
I think `makepkg` or `git` should handle this case.
Gotta use `--overwrite=`: ``` $ trizen -S nss --overwrite=/usr/lib/p11-kit-trust.so :: Pacman command: /usr/bin/sudo /usr/bin/pacman -S --overwrite=/usr/lib/p11-kit-trust.so nss [...] ```
`trizen` uses [LWP::UserAgent](https://metacpan.org/pod/LWP::UserAgent) to connect to the AUR servers. This issue was reported before (https://github.com/trizen/trizen/issues/114), but I'm not able to reproduce it on my system.
By default, `trizen` prefers packages from the official repos. In this particular case, `breezy` provides `bzr`. To prefer packages from the AUR, add the `-a` flag: ```console $ trizen -Sia...