AUR AI Reviewer

Review Results

Version #2279 of linux-lqx · commit 9712141abfc2 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2973

Comment

The change only bumps the package version in .SRCINFO from 7.1.12.lqx2 to 7.2.2.lqx1. No source URLs, build logic, install scripts, permissions, or packaging metadata beyond the version string are altered in the reviewed hunk. On its face this is a routine metadata update with no security-relevant behavior change visible in the diff provided.

@@ -1,6 +1,6 @@
 pkgbase = linux-lqx
 	pkgdesc = Linux Liquorix
-	pkgver = 7.1.12.lqx2
+	pkgver = 7.2.2.lqx1
 	pkgrel = 1
 	url = https://liquorix.net/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #2974

Comment

The change only bumps linux-lqx source versions from 7.1/7.1-21 to 7.2/7.2-1 and updates the corresponding checksums in .SRCINFO. The sources remain HTTPS from the official kernel CDN and the upstream Liquorix GitHub archive, with the same PGP key pins preserved. No new build-time execution, install-script behavior, or packaging policy changes are introduced by this diff. This looks like a routine version refresh with no evident security impact.

@@ -21,14 +21,14 @@ pkgbase = linux-lqx
 	makedepends = zstd
 	options = !debug
 	options = !strip
-	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.tar.xz
-	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.tar.sign
-	source = https://github.com/damentz/liquorix-package/archive/7.1-21.tar.gz
+	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.tar.xz
+	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.tar.sign
+	source = https://github.com/damentz/liquorix-package/archive/7.2-1.tar.gz
 	validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
 	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
-	sha512sums = d4d9c45261813559341c67ea53d4a47f5a04d1ad15e3c2b8222a09b5483380d2bfd31b8c675e144db2eb91f560d6cb28f66187a5ea4f24f6dfb82a4ad48064cc
+	sha512sums = 47e63679363261a864d271277340a6f2d45f544e1a056be4159df081f4f6537d0efa865c4af26611ab33a3079ee65db88ec2f6bc0e5fff43e0c043cde0cd91e1
 	sha512sums = SKIP
-	sha512sums = 2dfaf80c27c33b8efe6930eef95abc8b0daf8cedb58dc8fe7686d1d669e10f6635bba68835af2f4c7692e482f6f96daddb11cb2c9f8a3ce09462472e9cb740d5
+	sha512sums = b14376a527a725eb088c3259483a1de4e352d5bacef1ce45c213036c111542bcfad824a15308a919a096b1b95fc25e6bbc70982e592d1adbac05500d45cea56c
 
 pkgname = linux-lqx
 	pkgdesc = The Linux Liquorix kernel and modules
Risk 0/5 · Safe PKGBUILD
Result #2975

Comment

The change is a routine version bump for the Linux Liquorix package: it updates the upstream major/minor version, patch release number, pkgver, and the corresponding source checksums. The source remains the official Liquorix site over HTTPS, and there are no new build-time commands, install scripts, privilege changes, or suspicious extra sources introduced in this diff. No security red flags are evident from the provided hunk.

@@ -51,13 +51,13 @@ _htmldocs_enable=
 ### Do not edit below this line unless you know what you're doing
 
 # pkgname=('linux-lqx' 'linux-lqx-headers' 'linux-lqx-docs')
-_major=7.1
+_major=7.2
 _srcname=linux-${_major}
 _lqxpatchname=liquorix-package
-_lqxpatchrel=21
+_lqxpatchrel=1
 _lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
 pkgbase=linux-lqx
-pkgver=7.1.12.lqx2
+pkgver=7.2.2.lqx1
 pkgrel=1
 pkgdesc='Linux Liquorix'
 url='https://liquorix.net/'
Risk 0/5 · Safe PKGBUILD
Result #2976

Comment

The change only updates the kernel package version and the corresponding SHA-512 checksums for the source tarball and patch. No new sources, scripts, build steps, privilege changes, or packaging behavior were introduced. This appears to be a routine upstream version bump with integrity metadata refresh, with no security red flags visible in the diff reviewed.

@@ -104,9 +104,9 @@ validpgpkeys=(
     'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
     '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
 )
-sha512sums=('d4d9c45261813559341c67ea53d4a47f5a04d1ad15e3c2b8222a09b5483380d2bfd31b8c675e144db2eb91f560d6cb28f66187a5ea4f24f6dfb82a4ad48064cc'
+sha512sums=('47e63679363261a864d271277340a6f2d45f544e1a056be4159df081f4f6537d0efa865c4af26611ab33a3079ee65db88ec2f6bc0e5fff43e0c043cde0cd91e1'
             'SKIP'
-            '2dfaf80c27c33b8efe6930eef95abc8b0daf8cedb58dc8fe7686d1d669e10f6635bba68835af2f4c7692e482f6f96daddb11cb2c9f8a3ce09462472e9cb740d5')
+            'b14376a527a725eb088c3259483a1de4e352d5bacef1ce45c213036c111542bcfad824a15308a919a096b1b95fc25e6bbc70982e592d1adbac05500d45cea56c')