AUR AI Reviewer

Review Results

Version #2301 of qtutilities · commit 840c3c47c4dd · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2893

Comment

The only change in .SRCINFO is a version bump from 6.22.0 to 6.22.1. No sources, checksums, build logic, install scripts, or packaging metadata were altered in the reviewed hunk, so there is no evident security impact from this diff alone.

@@ -1,6 +1,6 @@
 pkgbase = qtutilities
 	pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
-	pkgver = 6.22.0
+	pkgver = 6.22.1
 	pkgrel = 1
 	url = https://github.com/Martchus/qtutilities
 	arch = i686
Risk 0/5 · Safe .SRCINFO
Result #2894

Comment

The change is a straightforward upstream version bump in .SRCINFO from qtutilities 6.22.0 to 6.22.1, with the source URL still using HTTPS on the official GitHub repository and the checksum updated accordingly. No new sources, build steps, scripts, permissions, or packaging metadata were introduced. Based on the provided diff alone, this does not add any security risk beyond the usual trust in the upstream release tarball.

@@ -17,8 +17,8 @@ pkgbase = qtutilities
 	depends = libx11
 	optdepends = qtutilities-doc: API documentation
 	provides = libqtutilities.so
-	source = qtutilities-6.22.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.22.0.tar.gz
-	sha256sums = 840edb961631589c9054ad3fb6679c6fdd5b6461e078d8c9de3e8799e3863eaf
+	source = qtutilities-6.22.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.22.1.tar.gz
+	sha256sums = 421a48274cb842fd5976ba53ceda4730e544adc60384633341c51d74525074ca
 
 pkgname = qtutilities
 	depends = c++utilities
Risk 0/5 · Safe PKGBUILD
Result #2895

Comment

The change is a routine version bump from 6.22.0 to 6.22.1 with the corresponding source tarball checksum update. Source remains HTTPS from the upstream GitHub repository, there are no new build-time downloads, scripts, patches, or packaging changes, and no privilege/persistence red flags are introduced by this diff. Risk is therefore minimal.

@@ -5,7 +5,7 @@
 
 _reponame=qtutilities
 pkgname=qtutilities
-pkgver=6.22.0
+pkgver=6.22.1
 pkgrel=1
 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
 pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models'
Risk 0/5 · Safe PKGBUILD
Result #2896

Comment

The change is a straightforward version bump from 6.22.0 to 6.22.1 with the corresponding source tarball checksum update. The source remains an HTTPS GitHub release archive from the upstream project, there are no new build steps, no added scripts, and no integrity red flags in the diff. Based on the provided hunk, this looks low risk.

@@ -16,7 +16,7 @@ optdepends=("$pkgname-doc: API documentation")
 provides=(libqtutilities.so)
 url="https://github.com/Martchus/${_reponame}"
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('840edb961631589c9054ad3fb6679c6fdd5b6461e078d8c9de3e8799e3863eaf')
+sha256sums=('421a48274cb842fd5976ba53ceda4730e544adc60384633341c51d74525074ca')
 
 build() {
   cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"