AUR AI Reviewer

Review Results

Version #2078 of lcevcdec · commit 47d095db0d8e · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1878

Comment

The change is a trivial version bump in .SRCINFO from 4.2.0 to 4.2.1 with no accompanying source, build, install-script, or metadata changes shown. On its face this does not introduce any new security-relevant behavior, persistence mechanism, or integrity issue. Based on the provided diff alone, risk is minimal.

@@ -1,6 +1,6 @@
 pkgbase = lcevcdec
 	pkgdesc = Low Complexity Enhancement Video Codec Decoder (LCEVC_DEC)
-	pkgver = 4.2.0
+	pkgver = 4.2.1
 	pkgrel = 1
 	url = https://github.com/v-novaltd/LCEVCdec/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1879

Comment

The change is low risk: it only bumps the pinned upstream git tag from 4.2.0 to 4.2.1 and updates the corresponding source checksum in .SRCINFO. The source remains HTTPS on the official GitHub repository, and there are no new build-time commands, scripts, or packaging behaviors introduced in this diff. No integrity red flags are apparent from this metadata-only update.

@@ -14,7 +14,7 @@ pkgbase = lcevcdec
 	depends = libgcc
 	depends = libstdc++
 	options = !emptydirs
-	source = git+https://github.com/v-novaltd/LCEVCdec.git#tag=4.2.0
-	sha256sums = 65cc8653086cbf46856e3125cdd3694454c10c31db9681d2b146aee93d1e4b17
+	source = git+https://github.com/v-novaltd/LCEVCdec.git#tag=4.2.1
+	sha256sums = f9bb4b3e4c5fbc45a8b9816d595ee0afcb09dd6fe80b5c27d973ab2554799c96
 
 pkgname = lcevcdec
Risk 0/5 · Safe PKGBUILD
Result #1880

Comment

The change is a straightforward version bump in PKGBUILD from 4.2.0 to 4.2.1 with no accompanying changes to sources, build logic, install scripts, or package metadata. Based on the provided diff hunk, there are no new security concerns introduced by this update itself.

@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond@archlinux.org>
 
 pkgname=lcevcdec
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='Low Complexity Enhancement Video Codec Decoder (LCEVC_DEC)'
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #1881

Comment

The change is a straightforward version bump from 4.2.0 to 4.2.1 with the corresponding source checksum update. The source remains the official upstream GitHub repository over HTTPS and is pinned to a tag, with no new build-time network access, scripts, patches, or packaging behavior changes. I don’t see any integrity or persistence red flags in this diff.

@@ -19,7 +19,7 @@ makedepends=(
     'rapidjson')
 options=('!emptydirs')
 source=("git+https://github.com/v-novaltd/LCEVCdec.git#tag=${pkgver}")
-sha256sums=('65cc8653086cbf46856e3125cdd3694454c10c31db9681d2b146aee93d1e4b17')
+sha256sums=('f9bb4b3e4c5fbc45a8b9816d595ee0afcb09dd6fe80b5c27d973ab2554799c96')
 
 export GIT_LFS_SKIP_SMUDGE='1'