[Stable Update] 2024-07-29 - Kernels, Virtualbox, Wine, KDE Frameworks

Sorry folks, the confusion with the nano-syntax-highlighting versioning is my fault. I removed our overlay package (2020.10.10+10+g1aa64a8-2) that was versioned differently than Arch’s package (2020.10.10-2).

It was my understanding that Arch was going to drop it from the repos as upstream is unmaintained.

:point_down:

❯ vercmp 2020.10.10-2 2020.10.10+10+g1aa64a8-2
-1
❯ vercmp --help
vercmp (pacman) v6.1.0

Compare package version numbers using pacman's version comparison logic.

Usage: vercmp <ver1> <ver2>

Output values:
  < 0 : if ver1 < ver2
    0 : if ver1 == ver2
  > 0 : if ver1 > ver2
4 Likes