diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f29d1f2..73b1ab8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive (https://github.com/vinifmor/bauh/issues/185)[#185] - installation: generating a default **.desktop** file for AppImages that provide empty desktop entries (https://github.com/vinifmor/bauh/issues/186)[#186] - hiding the app's launching output +- Arch + - AUR: **rebuild-detector** integration disabled by default since it has a great impact on the overall refresh time (it can be enabled through the settings panel -> "Check reinstallation need") ### Fixes - AppImage diff --git a/bauh/gems/arch/config.py b/bauh/gems/arch/config.py index d1261f83..72280920 100644 --- a/bauh/gems/arch/config.py +++ b/bauh/gems/arch/config.py @@ -39,5 +39,5 @@ class ArchConfigManager(YAMLConfigManager): 'suggest_optdep_uninstall': False, 'aur_idx_exp': 1, 'categories_exp': 24, - 'aur_rebuild_detector': True, + 'aur_rebuild_detector': False, "aur_rebuild_detector_no_bin": True}