Comment
The change is low risk. It only switches the package from the versioned Arch Lua packages (`lua54`, `lua54-lgi`) to the unversioned `lua`, `lua-lgi` packages and updates `_LUA_VER` from 5.4 to 5.5. There is no added code execution, no new sources, no install-script changes, and no privilege/persistence behavior. The main impact is compatibility/packaging correctness: it may track the distro’s default Lua ABI instead of a pinned one, which could affect build/runtime behavior if the default changes, but that is not a security issue by itself.
@@ -16,7 +16,7 @@ arch=('i686' 'x86_64')
url='https://awesomewm.org/'
license=('GPL2')
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11'
- 'lua54' 'lua54-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
+ 'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes')
makedepends=('asciidoctor' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc'
'xmlto')