AUR AI Reviewer

Review Results

Version #1522 of lib32-nvidia-utils-beta · commit b5d5e4e0ab1a · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #249

Comment

The change is a straightforward version bump in .SRCINFO for NVIDIA’s official beta driver utilities, updating the source URL, checksum, and makedepends version pin from 610.43.02 to 610.43.03. The source remains HTTPS on the vendor’s official domain, there are no new build-time downloads, scripts, patches, or packaging behavior changes, and no privilege/persistence red flags are introduced by this metadata-only update. Risk is minimal.

@@ -1,15 +1,15 @@
 pkgbase = lib32-nvidia-utils-beta
 	pkgdesc = NVIDIA drivers utilities (32-bit, beta version)
-	pkgver = 610.43.02
+	pkgver = 610.43.03
 	pkgrel = 1
 	url = https://www.nvidia.com/
 	arch = x86_64
 	license = LicenseRef-custom
-	makedepends = nvidia-utils-beta>=610.43.02
+	makedepends = nvidia-utils-beta>=610.43.03
 	options = !strip
 	options = !emptydirs
-	source = https://us.download.nvidia.com/XFree86/Linux-x86_64/610.43.02/NVIDIA-Linux-x86_64-610.43.02.run
-	sha256sums = 3034a054bb4cdf7752ff8dc272564cb105513804bff53538945901b16ca77463
+	source = https://us.download.nvidia.com/XFree86/Linux-x86_64/610.43.03/NVIDIA-Linux-x86_64-610.43.03.run
+	sha256sums = 45e2d4c134a23c35e50f253a4aa63e7e5e8d17e3d185d4a07c8a58e9612ed392
 
 pkgname = lib32-nvidia-utils-beta
 	depends = lib32-gcc-libs
Risk 0/5 · Safe .SRCINFO
Result #250

Comment

The change is a straightforward version bump in .SRCINFO: dependency and provides metadata move from 610.43.02 to 610.43.03. There are no new sources, build steps, scripts, permissions changes, or package relationship changes beyond the expected version alignment. No security-relevant behavior is introduced by this diff alone.

@@ -18,13 +18,13 @@ pkgname = lib32-nvidia-utils-beta
 	depends = lib32-libx11
 	depends = lib32-libxext
 	depends = lib32-zlib
-	depends = nvidia-utils-beta>=610.43.02
+	depends = nvidia-utils-beta>=610.43.03
 	optdepends = lib32-opencl-nvidia-beta: for OpenCL support
-	provides = lib32-nvidia-utils=610.43.02
+	provides = lib32-nvidia-utils=610.43.03
 	provides = lib32-vulkan-driver
 	provides = lib32-opengl-driver
-	provides = lib32-nvidia-libgl=610.43.02
-	provides = lib32-nvidia-libgl-beta=610.43.02
+	provides = lib32-nvidia-libgl=610.43.03
+	provides = lib32-nvidia-libgl-beta=610.43.03
 	conflicts = lib32-nvidia-utils
 	conflicts = lib32-nvidia-libgl
 	replaces = lib32-nvidia-libgl
Risk 0/5 · Safe .SRCINFO
Result #251

Comment

The change is a straightforward version bump in .SRCINFO metadata: it raises the dependency floor on lib32-nvidia-utils-beta and updates the provided virtual package version to match. There are no new sources, build steps, scripts, permissions changes, or other execution paths introduced. This does not add any supply-chain or privilege-escalation risk by itself; it only reflects the new upstream beta version metadata.

@@ -33,9 +33,9 @@ pkgname = lib32-opencl-nvidia-beta
 	pkgdesc = OpenCL implemention for NVIDIA (32-bit, beta version)
 	depends = lib32-gcc-libs
 	depends = lib32-glibc
-	depends = lib32-nvidia-utils-beta>=610.43.02
+	depends = lib32-nvidia-utils-beta>=610.43.03
 	depends = lib32-zlib
 	optdepends = opencl-headers: headers necessary for OpenCL development
-	provides = lib32-opencl-nvidia=610.43.02
+	provides = lib32-opencl-nvidia=610.43.03
 	provides = lib32-opencl-driver
 	conflicts = lib32-opencl-nvidia
Risk 0/5 · Safe PKGBUILD
Result #252

Comment

The change is a simple version bump in PKGBUILD from 610.43.02 to 610.43.03 with no other modifications. There are no new sources, scripts, install hooks, permissions changes, or build logic changes to introduce security risk. This appears to be a routine upstream version update only.

@@ -8,7 +8,7 @@
 
 pkgbase=lib32-nvidia-utils-beta
 pkgname=('lib32-nvidia-utils-beta' 'lib32-opencl-nvidia-beta')
-pkgver=610.43.02
+pkgver=610.43.03
 pkgrel=1
 pkgdesc='NVIDIA drivers utilities (32-bit, beta version)'
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #253

Comment

The change only updates the SHA-256 checksum for the NVIDIA upstream .run installer while keeping the source URL pinned to HTTPS on the official NVIDIA download host. No build logic, install scripts, permissions, or additional sources were introduced. This is a normal integrity update for a new upstream release artifact, with no obvious security red flags in the diff itself.

@@ -18,7 +18,7 @@ makedepends=("nvidia-utils-beta>=${pkgver}") # to avoid conflict during installa
 options=('!strip' '!emptydirs')
 _pkg="NVIDIA-Linux-${CARCH}-${pkgver}"
 source=("https://us.download.nvidia.com/XFree86/Linux-${CARCH}/${pkgver}/${_pkg}.run")
-sha256sums=('3034a054bb4cdf7752ff8dc272564cb105513804bff53538945901b16ca77463')
+sha256sums=('45e2d4c134a23c35e50f253a4aa63e7e5e8d17e3d185d4a07c8a58e9612ed392')
 
 # create soname links
 _create_links() {