AUR AI Reviewer

Review Results

Version #2555 of downgrade · commit 683636e352fa · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3954

Comment

The change is a simple version bump in .SRCINFO from 12.0.2 to 12.0.3 with no accompanying changes to sources, build logic, install scripts, or metadata beyond pkgver. On its face this does not introduce any new security risk; however, because only the .SRCINFO hunk is shown, I am limiting the assessment to the provided diff and see no red flags in this change itself.

@@ -1,6 +1,6 @@
 pkgbase = downgrade
 	pkgdesc = Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
-	pkgver = 12.0.2
+	pkgver = 12.0.3
 	pkgrel = 1
 	url = https://github.com/archlinux-downgrade/downgrade
 	arch = any
Risk 0/5 · Safe .SRCINFO
Result #3955

Comment

The change is a straightforward version bump in .SRCINFO from downgrade 12.0.2 to 12.0.3, with the source URL and SHA256 updated accordingly. The source remains an HTTPS GitHub release tarball from the upstream project, and there are no new build steps, scripts, or packaging metadata changes that would introduce execution, persistence, or integrity risks. Based on the provided diff alone, this looks low risk.

@@ -9,7 +9,7 @@ pkgbase = downgrade
 	depends = fzf
 	optdepends = sudo: for installation via sudo
 	backup = etc/xdg/downgrade/downgrade.conf
-	source = https://github.com/archlinux-downgrade/downgrade/releases/download/v12.0.2/downgrade-12.0.2.tar.gz
-	sha256sums = cab4d857d88d930e54b2c9c866cf793401c252eab4cb008bd12a79f48d7d3a39
+	source = https://github.com/archlinux-downgrade/downgrade/releases/download/v12.0.3/downgrade-12.0.3.tar.gz
+	sha256sums = 94591a763d95242b8f19543bc4b6b3101922d8544c3f4e157b2fa60a50089067
 
 pkgname = downgrade
Risk 0/5 · Safe PKGBUILD
Result #3956

Comment

The change is a minimal version bump in PKGBUILD from 12.0.2 to 12.0.3 with no other modifications shown. There are no new sources, build steps, install scripts, permissions changes, or packaging logic introduced in the provided diff hunk. Based on this hunk alone, I do not see any security-relevant risk.

@@ -2,7 +2,7 @@
 # shellcheck disable=SC2154
 # Author: Patrick Brisbin <pbrisbin@gmail.com>
 pkgname=downgrade
-pkgver=12.0.2
+pkgver=12.0.3
 pkgrel=1
 pkgdesc="Bash script for downgrading one or more packages to a version in your cache or the A.L.A."
 arch=('any')
Risk 0/5 · Safe PKGBUILD
Result #3957

Comment

The change is a routine version bump in PKGBUILD from 12.0.2 to 12.0.3 with the corresponding source checksum update. No new sources, no build-script logic changes, no install hooks, and no signs of network fetches, privilege escalation, or packaging red flags in the reviewed hunk. Based on the diff provided, this appears low risk.

@@ -18,4 +18,4 @@ package() {
 
   make DESTDIR="$pkgdir" PREFIX=/usr install
 }
-sha256sums=('cab4d857d88d930e54b2c9c866cf793401c252eab4cb008bd12a79f48d7d3a39')
+sha256sums=('94591a763d95242b8f19543bc4b6b3101922d8544c3f4e157b2fa60a50089067')