bwa: clean py

This commit is contained in:
Kuoi 2023-03-15 15:52:03 +08:00 committed by GitHub
parent e404b1193a
commit 126603e195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
#!/usr/bin/env python3
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()