I noticed that in winesapOS. When trying to update it also tries to update alot of drivers, (or so it seems and I'm not tec expert so i can't tell) but from a previous group working on ps4 manjaro, i had a set of commands saved that may help avoid that And allow a proper update of the system.
These are the commands
Type in the terminal
sudo nano /etc/pacman.conf
go to the line where it says IgnorePkg = and IgnoreGroup =
and then add this to the line:
IgnorePkg = mesa-git lib32-libdrm-git lib32-mesa-git libdrm-git xf86-video-amdgpu-git lib32-llvm-libs llvm-libs lib32-mesa libdrm mesa lib32-libdrm llvm-libs-git lib32-llvm-libs-git lib32-libelf
IgnoreGroup = mesa libdrm llvm
*** Add the "IgnoreGroup=" urself if it's missing.****
I tried this and it updates nicely without any issue but i haven't tried doing the update without it.
If someone maybe kind enough to try if it does make a difference. It would be very helpful.
Update repo Pacman -Syy
Upgrade system using Pacman -Syu
So far after the update it's been working properly will tell later if i encounter some issue.