artemis: add update_aur_repo function

This commit is contained in:
Kuoi 2022-08-28 23:15:03 +01:00
parent 57fefc2024
commit 5cc363922b

View file

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