Delete _lilac.py

This commit is contained in:
月季花中的星辰 2021-11-14 00:48:28 +00:00 committed by GitHub
parent e8629d55b2
commit 5bf8a427a5
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()