Comment
The change only updates pinned upstream/submodule revisions and corresponding checksums in PKGBUILD. The new source URLs remain HTTPS and point to the same upstream GitHub repositories; there are no new build-time network fetches, shell execution patterns, privilege escalation, install-script changes, or packaging-path changes introduced by this diff. The only notable issue is that one source URL in the package still uses plain HTTP elsewhere in the file, but that is pre-existing and not part of this hunk. For the reviewed change itself, risk is low.
@@ -150,7 +151,7 @@ _lexilla_pkg_src_res="${_lexilla_pkg_name_ident}.tar.gz::https://github.com/${_l
# submodules/lua: https://github.com/eranif/lua.git
_lua_pkg_user="${_pkg_user}"
_lua_pkg_name="lua"
-_lua_pkg_ident="bb8dc5ff01cf725dff2a8dcfe08fb0b81a9a7729"
+_lua_pkg_ident="d939306e46fa5e4a68e9becd2f5809a40ad49fe1"
_lua_pkg_name_ident="${_lua_pkg_user}-${_lua_pkg_name}-${_lua_pkg_ident:0:7}"
_lua_pkg_src_res="${_lua_pkg_name_ident}.tar.gz::https://github.com/${_lua_pkg_user}/${_lua_pkg_name}/tarball/${_lua_pkg_ident}"