ivan-hc / ArchImage

Build AppImage packages for all distributions but including Arch Linux packages. Powered by JuNest.
GNU General Public License v3.0
106 stars 1 forks source link

Arch Package with multiple versions. #17

Closed fmc000 closed 4 months ago

fmc000 commented 4 months ago

I'm interested in the swell-foop Gnome game. Arch now lists two releases as show in https://archlinux.org/packages/?q=swell-foop ; the first one (41.1) is buggy as hell whilst the second one (46alpha) works just fine despite being experimental.

archimage-cli builds the first one unfortunately. Can we instruct the script to build the second one instead?

ivan-hc commented 4 months ago

The builder is just a script you can edit with any text editor.

You should enable the repository manually.

Read the script and take as an example the steps "# ENABLE MULTILIB (optional)" and "# ENABLE CHAOTIC-AUR".

I was not aware of a "Gnome-Unstable" repo, oly used the official ones and AUR, so I can't be of much help here.