Hi !
Context : termux / proot-distro / Arch Linux ARM.
While trying to do :
$this->bbcode_second_pass_code('', 'pacman -S kde-application')
I get :
$this->bbcode_second_pass_code('', '
qt5-script-5.15.7-1-aarch64.pkg.tar.xz failed to download
...
error: failed retrieving file 'qt5-script-5.15.7-1-aarch64.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
...
')
On mirror.archlinuxarm.org I find a more recent version in /aarch64/extra :
$this->bbcode_second_pass_code('', '
qt5-script-5.15.8-2-aarch64.pkg.tar.xz
')
How to tell pacman to search for this version but not for the older one or, maybe could you modify the "kde-application" script to point toward the right link ?
Thanks for your help.
P.