Well, at least on Arch Linux, I don’t know if this is possible.
If I have this in pacman.conf
, for example:
[sublime-text]
Server = https://download.sublimetext.com/arch/dev/x86_64
Server = https://download.sublimetext.com/arch/stable/x86_64
then with
$ sudo pacman -Syyl sublime-text
I get
sublime-text sublime-text 3210-1
If I reverse the two Server
lines above and run the same command, I get
sublime-text sublime-text 3211-1
I don’t see why someone who wants dev builds wouldn’t want stable builds? I understand that a non-paying user wants only stable builds, but IMO a paying user who wants dev builds also wants stable builds as it seems like a given stable build can have changes since the last dev build.