[improvement][aur] generating the optimized makepkg.conf at ~/.config/bauh/arch and using it as a build parameter

This commit is contained in:
Vinicius Moreira
2019-11-27 11:33:13 -03:00
parent 7dda304c7a
commit 374c697196
5 changed files with 42 additions and 17 deletions

View File

@@ -435,7 +435,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', '--noprepare'], cwd=project_dir))
pkgbuilt, output = makepkg.make(project_dir, handler)
self._update_progress(handler.watcher, 65, change_progress)
if pkgbuilt: