After the latest update of kvantum-theme-sweet-git(r212.ab6a7d3-1), the theme will no longer show up in kvantum manager and will be disabled.
This is because the latest package puts the folders for both themes (Sweet and Sweet-transparent-toolbar) in /usr/share/Kvantum/Sweet instead of /usr/share/Kvantum/ so kvantum doesn't detect the Sweet theme anymore.
This is either a simple bug with the latest update or an issue with the PKGBUILD
Here is my current brute force solution is: sudo mv /usr/share/Kvantum/Sweet/ /usr/share/Kvantum/Sweet.bak/
sudo cp -r /usr/share/Kvantum/Sweet.bak/* /usr/share/Kvantum/
Then, you can go into Kvantum and re-enable the Sweet theme!
When running "System Update" from Garuda Assistant, it does update the mirrors right? Assistant
I did run clear package cache again from the Assistant before running "System Update". The error remains the same.
Also the main problem was that just because of this single package, nothing was getting updated. So I did pacman -Syu --ignore=sweet-kde-git
That at least got the other packages to get updated. I did that before my first comment here.
Edit: I apologise in advance if me editing this comment makes the status open again. Just wanted to share how I solved it.
I noticed this package was coming from chaotic repo. So I edited the chaotic mirrorlist from /etc/pacman.d and commented the geo-mirror server by placing a "#" before it. Then ran pacman -Syu and that worked flawlessly. Then I went back and removed the "#" from the geo-mirror server. (It is to distribute bandwidth geographically, so users don't burden a single server)