hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

Include specific version of package #22

Open Zahrun opened 1 year ago

Zahrun commented 1 year ago

Hi, thank you for the great script.

I'm trying to make an AppImage for tok-git. When running the AppImage, I get the following error: org.kde.Tok: error while loading shared libraries: libicui18n.so.70: cannot open shared object file: No such file or directory Indeed the icu package version in the arch repository is 71.1 so I get the file libicui18n.so.71.1 instead. Would it be possible to specify a specific version of a package to include in the AppImage? It could be found from the arch archive repository like this: https://archive.archlinux.org/packages/i/icu/icu-70.1-1-x86_64.pkg.tar.zst

Thank you.