[Solved] Plasma-meta packages unavailable on default pacman mirrors

On Arch latest, cannot find plasma-meta packages on default pacman mirrors. Example trying to install breeze-grub below:

$ sudo pacman -S breeze-grub 
resolving dependencies...
looking for conflicting packages...

Packages (1) breeze-grub-6.1.0-1

Total Download Size:   1.53 MiB
Total Installed Size:  4.67 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 breeze-grub-6.1.0-1-any.pkg.tar.zst failed to download
error: failed retrieving file 'breeze-grub-6.1.0-1-any.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
...
u.cn : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

System info:

$ inxi -v
CPU: 6-core AMD Ryzen 5 4500U with Radeon Graphics (-MCP-)
speed/min/max: 1562/1400/2375 MHz Kernel: 6.9.6-arch1-1 x86_64 Up: 7m
Mem: 2.21/7.15 GiB (31.0%) Storage: 119.24 GiB (23.6% used) Procs: 228
Shell: Bash inxi: 3.3.35

$ uname -r
6.9.6-arch1-1

Please contact the Arch people about this on their forums, we cannot help you here

sudo pacman-mirrors --fasttrack

Then retry.

there’s no such thing in Arch.

@qqspaniard Refresh your databases with pacman -Syu.

Ugh I feel dumb.

sudo pacman -Syyu

fixed the problem