Skip to content

Commit f3c3a9c

Browse files
Fix AUR version
1 parent ae248d6 commit f3c3a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenRGB.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ VERSION_RPM = $$VERSION_NUM
4444
equals(SUFFIX, "git") {
4545
VERSION_STR = $$VERSION_STR"+ ("$$SUFFIX$$COMMITS")"
4646
VERSION_DEB = $$VERSION_DEB"~git"$$SHORTHASH
47-
VERSION_AUR = $$VERSION_AUR"-g"$$SHORTHASH
47+
VERSION_AUR = $$VERSION_AUR".g"$$SHORTHASH
4848
VERSION_RPM = $$VERSION_RPM"^git"$$SHORTHASH
4949
} else {
5050
!isEmpty(SUFFIX) {
5151
VERSION_STR = $$VERSION_STR"+ ("$$SUFFIX")"
5252
VERSION_DEB = $$VERSION_DEB"~"$$SUFFIX
53-
VERSION_AUR = $$VERSION_AUR"-"$$SUFFIX
53+
VERSION_AUR = $$VERSION_AUR"."$$SUFFIX
5454
VERSION_RPM = $$VERSION_RPM"^"$$SUFFIX
5555
}
5656
}

0 commit comments

Comments
 (0)