fix: AUR -> ignoring downgrade warnings for different locales

This commit is contained in:
Vinicius Moreira
2019-10-01 12:54:17 -03:00
parent dac2e91528
commit 86f3deff32
2 changed files with 3 additions and 1 deletions

View File

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