mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-02 08:02:36 +00:00
- Fixes https://github.com/termux/termux-packages/issues/25716 - It appears that after https://github.com/nvim-neorocks/lux/pull/726, upstream now builds depending on `lua54` by default, not `luajit` (`lux-cli` can be built against any type of Lua, but defaults to a specific one). I had originally set the dependency to `luajit` because that was what worked by default with the previous version, but if upstream has now decided that for this version, `lua54` should be default, then it can be assumed that is what is intended.