AUR AI Reviewer

Review Results

Version #2254 of modprobed-db · commit 85e9337430c6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2520

Comment

The change only bumps pkgver in .SRCINFO from 2.50 to 2.51. No source URLs, build logic, install scripts, permissions, or package metadata beyond the version number are altered in the provided diff. On its face this is a routine version update with no security-relevant indicators.

@@ -1,6 +1,6 @@
 pkgbase = modprobed-db
 	pkgdesc = Keeps track of EVERY kernel module ever used - useful for make localmodconfig
-	pkgver = 2.50
+	pkgver = 2.51
 	pkgrel = 1
 	url = https://wiki.archlinux.org/index.php/Modprobed-db
 	install = readme.install
Risk 0/5 · Safe .SRCINFO
Result #2521

Comment

The change is a straightforward version bump in .SRCINFO from modprobed-db 2.50 to 2.51, with the source URL still using HTTPS on the official upstream GitHub repository and the checksum updated accordingly. No new sources, scripts, build steps, or privilege-related metadata were introduced in this diff. Based on the provided hunk alone, there are no security red flags.

@@ -10,7 +10,7 @@ pkgbase = modprobed-db
 	optdepends = sudo: needed for recall function
 	conflicts = modprobed_db
 	replaces = modprobed_db
-	source = modprobed-db-2.50.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.50.tar.gz
-	sha256sums = 8cd9b490896a5e1e3eddf9c5a7dd771de8627965ffad0ca6426d25c886d904ee
+	source = modprobed-db-2.51.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.51.tar.gz
+	sha256sums = 668955d4af0462175d43f3fff903002181f2a6a3f22ce4b11b017e565d6134ec
 
 pkgname = modprobed-db
Risk 0/5 · Safe PKGBUILD
Result #2522

Comment

This change is a version-only bump in PKGBUILD from 2.50 to 2.51 with no alterations to sources, build steps, install scripts, dependencies, or packaging behavior. Based on the provided diff, there are no new security concerns introduced by this commit.

@@ -1,7 +1,7 @@
 # Maintainer: graysky <therealgraysky AT protonmail DOT com>
 
 pkgname=modprobed-db
-pkgver=2.50
+pkgver=2.51
 pkgrel=1
 pkgdesc='Keeps track of EVERY kernel module ever used - useful for make localmodconfig'
 arch=('any')
Risk 0/5 · Safe PKGBUILD
Result #2523

Comment

The change is a straightforward version bump in PKGBUILD: it updates pkgver from 2.50 to 2.51 and refreshes the SHA256 checksum for the corresponding GitHub release tarball. The source remains the official upstream GitHub archive over HTTPS, there are no new build-time downloads, no added scripts, and no packaging/persistence red flags in the diff. Based on the provided hunk, this looks low risk.

@@ -12,7 +12,7 @@ replaces=('modprobed_db')
 conflicts=('modprobed_db')
 url="https://wiki.archlinux.org/index.php/Modprobed-db"
 source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('8cd9b490896a5e1e3eddf9c5a7dd771de8627965ffad0ca6426d25c886d904ee')
+sha256sums=('668955d4af0462175d43f3fff903002181f2a6a3f22ce4b11b017e565d6134ec')
 install=readme.install
 
 build() {