mcl: add replace() function in lilac.yaml

This commit is contained in:
bipin kumar 2023-04-17 09:20:03 +05:30
parent 0d91dfca7b
commit f2e4714e60
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -3,7 +3,7 @@ maintainers:
- github: kbipinkumar
email: kbipinkumar@pm.me
pre_build_script: |
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
update_pkgver_and_pkgrel(_G.newver.lstrip('v').replace('-', '.'))
run_cmd(['updpkgsums'])
post_build_script: |
git_pkgbuild_commit()