New comment by cw00t on void-packages repository https://github.com/void-linux/void-packages/issues/15738#issuecomment-545506100 Comment: yup, same out here. _I played with some `xbps-query -l` and `xbps-install -Su` for each other individual package as a temporary workaround to keep the other stuff up to date._ ``` [root@void-plt ~]# xbps-install -Syu [*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... MISSING: libevent>=2.1.11_1 Transaction aborted due to unresolved dependencies. [root@void-plt ~]# xbps-install -yu libevent Package 'libevent' is up to date. [root@void-plt ~]# xbps-query -s libevent [*] libev-4.27_1 High-performance event loop loosely modelled after libevent [*] libevent-2.1.10_2 Abstract asynchronous event notification library ```