cimfomfa: add replace() function in lilac.yaml

This commit is contained in:
bipin kumar 2023-04-17 09:19:26 +05:30
parent 44da78c48a
commit 0d91dfca7b
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()