garlic: add update_aur_repo()

This commit is contained in:
Kuoi 2022-08-30 17:10:31 +01:00 committed by GitHub
parent bf48ab77f6
commit 832eb2ab07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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