I just upgraded a RPi4 and running package-query -Au I get the following message:
$this->bbcode_second_pass_code('', '
[user@PC61 ~]$ package-query -Au
aur/luajit-git v2.1.0.beta3.r201.gdd5032ed-1 -> 2.0.5.25.g61464b0-1
')
I did not install that package explicitly myself so I tried removing it:
$this->bbcode_second_pass_code('', '
[user@PC61 ~]$ sudo pacman -Rns luajit-git
[sudo] password for user:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing luajit-git breaks dependency 'luajit' required by gegl
:: removing luajit-git breaks dependency 'luajit' required by mpv
')
So I tried installing it from AUR:
$this->bbcode_second_pass_code('', '
[user@PC61 builds]$ git clone https://aur.archlinux.org/luajit-git.git
[user@PC61 luajit-git]$ makepkg -srci
==> ERROR: luajit-git is not available for the 'aarch64' architecture.
')
How do I get rid off this package or should I do something else?