bucky: add update_aur_repo function

This commit is contained in:
Kuoi 2022-08-28 14:20:27 +01:00 committed by GitHub
parent e2ff30872c
commit c47c69bc79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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