Since more than 2 weeks I do not receive any update for the system anymore.
Running
$this->bbcode_second_pass_code('', 'pacman -Syu')
I get
$this->bbcode_second_pass_code('', ':: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
there is nothing to do')
updating the repositories manually works fine, but still system tells me there is nothing to do. I tried different mirrors in /etc/pacman.d/mirrorlist didn't change anything.
On the other on my system I have (for an example)
$this->bbcode_second_pass_code('', 'local/
zstd 1.5.0-1')
where current version seems to be
zstd 1.5.1-2 at the time being:
https://archlinuxarm.org/packages/armv7h/zstdSo there should be an update available for this package.
Looking at /var/log/pacman.log I find the last sucsessful updates:
$this->bbcode_second_pass_code('', '[2021-12-06T22:29:20+0000] [ALPM] upgraded smbclient (4.15.2-3 -> 4.15.3-1)
[2021-12-06T22:29:25+0000] [ALPM] upgraded samba (4.15.2-3 -> 4.15.3-1)')
Both seem uncritically for package management to me.
smbclient had an updated since to version 4.15.31-2, samba is current.
What could be wrong here?