avida: add update_aur_repo function

This commit is contained in:
Kuoi 2022-08-28 23:18:30 +01:00
parent 5cc363922b
commit 1baeac0b5e

View file

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