phyde: add update_aur_repo()

This commit is contained in:
Kuoi 2022-08-28 11:35:43 +01:00 committed by GitHub
parent 5202a4dbd8
commit e0bf79bad2
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()