AUR AI Reviewer

Review Results

Version #1872 of awesome-git · commit c55ae4037e3a · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #813

Comment

This is a low-risk metadata-only dependency change in .SRCINFO, switching the package from Lua 5.4-compatible dependencies (`lua54`, `lua54-lgi`) instead of the generic `lua`/`lua-lgi`. There is no evidence of added code execution, network access, privilege escalation, or packaging of suspicious artifacts. The change appears to be a normal dependency alignment for the package build/runtime and does not by itself introduce a security concern.

@@ -18,8 +18,8 @@ pkgbase = awesome-git
 	depends = gdk-pixbuf2
 	depends = libxdg-basedir
 	depends = libxkbcommon-x11
-	depends = lua
-	depends = lua-lgi
+	depends = lua54
+	depends = lua54-lgi
 	depends = pango
 	depends = startup-notification
 	depends = xcb-util-cursor