axel and aria2c for faster AUR downloads

This commit is contained in:
Vinicius Moreira
2019-09-22 23:12:34 -03:00
parent 917c6ec5d7
commit c5215c8236
5 changed files with 130 additions and 55 deletions

View File

@@ -391,7 +391,7 @@ class ArchManager(SoftwareManager):
# building main package
handler.watcher.change_substatus(self.i18n['arch.building.package'].format(bold(pkgname)))
pkgbuilt = handler.handle(SystemProcess(new_subprocess(['makepkg', '-ALcsmf'], cwd=project_dir), check_error_output=False))
pkgbuilt = handler.handle(SystemProcess(new_subprocess(['makepkg', '-ALcsmf'], cwd=project_dir, lang=None), check_error_output=False))
self._update_progress(handler.watcher, 65, change_progress)
if pkgbuilt: