From 39945f660c7237629821bebe647b1abad3bb69ac Mon Sep 17 00:00:00 2001 From: lhark Date: Sun, 19 Jan 2020 21:30:27 -0500 Subject: [PATCH] Upstream trizen conf update --- config/trizen/trizen.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/trizen/trizen.conf b/config/trizen/trizen.conf index a58b40f..e0ad3ab 100755 --- a/config/trizen/trizen.conf +++ b/config/trizen/trizen.conf @@ -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).