AUR AI Reviewer

Review Results

Version #1837 of aseprite · commit ca0003fdefd5 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #723

Comment

The change only adds a runtime dependency on libglvnd in .SRCINFO. This is metadata-only and does not introduce any executable code, install script behavior, network access, privilege changes, or packaging red flags. It appears to be a normal dependency correction for OpenGL/GLVND linkage and has no security impact by itself.

@@ -13,6 +13,7 @@ pkgbase = aseprite
 	makedepends = gn
 	makedepends = harfbuzz-icu
 	makedepends = clang>=22
+	depends = libglvnd
 	depends = hicolor-icon-theme
 	depends = fontconfig
 	depends = libxcursor
Risk 0/5 · Safe .SRCINFO
Result #724

Comment

The change only adds a runtime dependency on libglvnd in .SRCINFO. This is metadata-only and does not introduce new code execution, network access, privilege changes, or packaging behavior. It appears consistent with a graphics application needing OpenGL/GLVND support. No security concern is evident from this diff alone.

@@ -53,6 +54,7 @@ pkgbase = aseprite
 	sha256sums = de5762bd0913eb4d27c91d79dca2b2c216c7b53b7ac20b6c653fa96e7823f154
 
 pkgname = aseprite
+	depends = libglvnd
 	depends = hicolor-icon-theme
 	depends = fontconfig
 	depends = libxcursor
Risk 0/5 · Safe PKGBUILD
Result #725

Comment

The change only adds `libglvnd` to the runtime depends array. This is a normal dependency adjustment for a graphics application and does not introduce any build-time code execution, network access, privilege escalation, or packaging integrity concerns. No suspicious sources, scripts, or unit files are involved in this diff hunk.

@@ -18,7 +18,8 @@ pkgdesc='Create animated sprites and pixel art'
 arch=('x86_64')
 url="https://www.aseprite.org/"
 license=('LicenseRef-Aseprite-EULA')
-depends=(hicolor-icon-theme # For installing Aseprite's icons
+depends=(libglvnd
+		 hicolor-icon-theme # For installing Aseprite's icons
          # These two are only reported by Namcap, but don't seem to be direct dependencies?
          fontconfig libxcursor
          # Required Dependency