modeltest-ng, modeltest-gui: add update_aur_repo function

This commit is contained in:
Kuoi 2022-08-28 23:04:58 +01:00
parent b2b72e42c5
commit 5d1533d024
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@ def pre_build():
def post_build():
git_add_files('PKGBUILD')
git_commit()
update_aur_repo()

View file

@ -8,3 +8,4 @@ def pre_build():
def post_build():
git_add_files('PKGBUILD')
git_commit()
update_aur_repo()