AUR AI Reviewer

Review Results

Version #2473 of heroic-games-launcher-bin · commit 1ccee1e113aa · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3600

Comment

The change is a straightforward dependency substitution in .SRCINFO: `zlib-ng-compat` is replaced with `zlib`. This does not introduce code execution, privilege escalation, network access, or packaging integrity issues. It only affects runtime dependency resolution and is consistent with a benign packaging adjustment.

@@ -15,7 +15,7 @@ pkgbase = heroic-games-launcher-bin
 	depends = python
 	depends = libgcc
 	depends = glibc
-	depends = zlib-ng-compat
+	depends = zlib
 	optdepends = gamemode
 	optdepends = gamescope
 	optdepends = mangohud
Risk 0/5 · Safe PKGBUILD
Result #3601

Comment

This change only swaps a runtime dependency from zlib-ng-compat to the standard zlib library. It does not introduce new sources, build steps, scripts, privilege changes, or packaging behavior. The dependency change is low risk and appears to be a normal compatibility/packaging adjustment.

@@ -27,7 +27,7 @@ depends=(
   "python"
   "libgcc"
   "glibc"
-  "zlib-ng-compat"
+  "zlib"
 )
 optdepends=(
   "gamemode"