Create lilac.py

This commit is contained in:
月季花中的星辰 2022-01-05 03:06:39 +00:00 committed by GitHub
parent 704a153f8f
commit 8fde3123b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
#!/usr/bin/env python3
from lilaclib import *
def pre_build():
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
def post_build():
git_add_files('PKGBUILD')
git_commit()