Heya,
I am using ALARM on a raspberry pi 3b.
For about two weeks i did not get any updates when running `sudo pacman -Syu`. Weirdly enough i am still on `linux-aarch64 6.11.6-2` kernel. Looking at https://archlinuxarm.org/packages/aarch64/linux-aarch64 I expected to receive the update to `6.11.7-1` during the last week.
There are no errors when running `sudo pacman -Syyu`, downloads as usual and then it just says there is nothing to do.
Last updates I received from `/var/opt/pacman.log`:
[2024-11-07T16:50:49+0100] [PACMAN] Running 'pacman -Syu'
[2024-11-07T16:50:49+0100] [PACMAN] synchronizing package lists
[2024-11-07T16:51:03+0100] [PACMAN] starting full system upgrade
[2024-11-07T16:51:13+0100] [ALPM] transaction started
[2024-11-07T16:51:14+0100] [ALPM] upgraded curl (8.10.1-2 -> 8.11.0-1)
[2024-11-07T16:51:14+0100] [ALPM] upgraded gpgme (1.23.2-6 -> 1.24.0-1)
[2024-11-07T16:51:15+0100] [ALPM] upgraded hwdata (0.388-1 -> 0.389-1)
[2024-11-07T16:51:15+0100] [ALPM] transaction completed
[2024-11-07T16:51:15+0100] [ALPM] running '30-systemd-update.hook'...
Is my pacman broken or can someone enlighten me what is going on?
Edit: Just noticed other packages are also not updating (i.e. `btop`, `containerd`, `curl` should be updated). Any help is greatly appreciated.