Upstream trizen conf update

This commit is contained in:
lhark 2020-01-19 21:30:27 -05:00
parent 25206bbd51
commit 39945f660c

View file

@ -1,7 +1,6 @@
#!/usr/bin/perl
# trizen configuration file
# Updated on Fri Jun 14 15:27:03 2019
our $CONFIG = {
ask_for_retry => 1, # bool -- When `makepkg` fails to build a package, offer the option for trying again.
@ -16,7 +15,6 @@ our $CONFIG = {
debug => 0, # bool -- Verbose mode.
flip_indices => 0, # bool -- In search+install mode, show the indices of packages in reverse order.
flip_results => 0, # bool -- Show the search results in reverse order.
force => 0, # bool -- Pass the `--force` flag to `pacman`.
forcecolors => 0, # bool -- Force output colors even when not writing to STDOUT.
git_clone_depth => 0, # int -- Pass the `--depth int` flag to `git clone`. (0 means no limit)
lwp_env_proxy => 1, # bool -- Use proxy settings defined in `env` (if any).