try to fix

This commit is contained in:
starsareintherose 2021-08-22 18:58:14 +08:00
parent aa354d6e07
commit 5b94837a06

View file

@ -3,3 +3,8 @@ from lilaclib import *
def pre_build():
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
run_cmd(['updpkgsums'])
def post_build():
git_add_files('PKGBUILD')
git_commit()