mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
try to fix
This commit is contained in:
parent
aa354d6e07
commit
5b94837a06
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue