Fix AUR version
This commit is contained in:
parent
ae248d6d32
commit
f3c3a9cd44
1 changed files with 2 additions and 2 deletions
|
|
@ -44,13 +44,13 @@ VERSION_RPM = $$VERSION_NUM
|
|||
equals(SUFFIX, "git") {
|
||||
VERSION_STR = $$VERSION_STR"+ ("$$SUFFIX$$COMMITS")"
|
||||
VERSION_DEB = $$VERSION_DEB"~git"$$SHORTHASH
|
||||
VERSION_AUR = $$VERSION_AUR"-g"$$SHORTHASH
|
||||
VERSION_AUR = $$VERSION_AUR".g"$$SHORTHASH
|
||||
VERSION_RPM = $$VERSION_RPM"^git"$$SHORTHASH
|
||||
} else {
|
||||
!isEmpty(SUFFIX) {
|
||||
VERSION_STR = $$VERSION_STR"+ ("$$SUFFIX")"
|
||||
VERSION_DEB = $$VERSION_DEB"~"$$SUFFIX
|
||||
VERSION_AUR = $$VERSION_AUR"-"$$SUFFIX
|
||||
VERSION_AUR = $$VERSION_AUR"."$$SUFFIX
|
||||
VERSION_RPM = $$VERSION_RPM"^"$$SUFFIX
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue