mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
cimfomfa: add replace() function in lilac.yaml
This commit is contained in:
parent
44da78c48a
commit
0d91dfca7b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ maintainers:
|
||||||
- github: kbipinkumar
|
- github: kbipinkumar
|
||||||
email: kbipinkumar@pm.me
|
email: kbipinkumar@pm.me
|
||||||
pre_build_script: |
|
pre_build_script: |
|
||||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
update_pkgver_and_pkgrel(_G.newver.lstrip('v').replace('-', '.'))
|
||||||
run_cmd(['updpkgsums'])
|
run_cmd(['updpkgsums'])
|
||||||
post_build_script: |
|
post_build_script: |
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue