New comment by ndgnuh on void-packages repository https://github.com/void-linux/void-packages/pull/16137#issuecomment-596715364 Comment: I don't think `lgi-luaJIT` is conflicted with `lgi`, since both use different version of lua and have different directory structure, except for the `/usr/bin/dump-typelib`, which is a `.lua` file, which can be renamed to `dump-typelib-luajit` or something like that ``` $ xbps-query --list-pkgs | grep lgi ii lgi-0.9.2_2 Lua binadings for gnome/gobject using gobject-introspection library ii lgi-LuaJIT-0.9.2_1 LuaJIT bindings for gnome/gobject using gobject-introspection library . ```