There is an updated pull request by anjandev against master on the void-packages repository https://github.com/anjandev/void-packages libselinux https://github.com/void-linux/void-packages/pull/22121 Libselinux libselinux.so.1 is required for matlab according to: https://wiki.archlinux.org/index.php/MATLAB#Blackscreen_in_help_browser_and_livescripts As such, Im trying to port this aur package: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libselinux Unfortunately Im having trouble with including `libselinux.so.1` in my package as it says xbps-src is ignoring this file: ``` => libselinux-3.0_1: running pre-pkg hook: 04-generate-runtime-deps ... SONAME: libselinux.so.1 <-> libselinux-3.0_1 (ignored) ``` shlibs are hard. Please let me know what I am doing wrong. Thank you. A patch file from https://github.com/void-linux/void-packages/pull/22121.patch is attached