Delete _lilac.py

This commit is contained in:
月季花中的星辰 2021-11-14 00:48:10 +00:00 committed by GitHub
parent 29c98739f2
commit 08d14be878
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()