beast: fix

This commit is contained in:
Kuoi 2022-12-03 14:48:45 +08:00 committed by GitHub
parent 5b7cacc411
commit 3e843921a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ maintainers:
- github: starsareintherose
email: kuoi@bioarchlinux.org
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_add_files('PKGBUILD')