diff --git a/scripts/ynh-custom-builds b/scripts/ynh-custom-builds index 51c569c..22cbd2f 100755 --- a/scripts/ynh-custom-builds +++ b/scripts/ynh-custom-builds @@ -65,8 +65,7 @@ function tweak_gevent-websocket() function tweak_metronome() { - # For some reason metronome version must include a revision ("-x") - readonly VERSION="$(dpkg-parsechangelog -S Version 2>/dev/null)+ynh$DISTRIB_N-1" + readonly VERSION="$(dpkg-parsechangelog -S Version 2>/dev/null)+ynh$DISTRIB_N" } # (These are the old stuff for which we had custom builds in stretch)