fermi-lite: de-py

This commit is contained in:
Kuoi 2023-03-12 17:29:50 +08:00 committed by GitHub
parent b9bb564395
commit c25b42d34b
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()