AUR AI Reviewer

Review Results

Version #2435 of qtutilities · commit 7b99ff4f96b5 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3347

Comment

The only change in this .SRCINFO hunk is a version bump from 6.22.1 to 6.22.2. No sources, checksums, build steps, install scripts, permissions, or package metadata affecting trust boundaries were changed in the provided diff. Based on this hunk alone, there is no security signal.

@@ -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.1
+	pkgver = 6.22.2
 	pkgrel = 1
 	url = https://github.com/Martchus/qtutilities
 	arch = i686
Risk 0/5 · Safe .SRCINFO
Result #3348

Comment

The change is a straightforward upstream version bump in .SRCINFO from qtutilities 6.22.1 to 6.22.2, with the corresponding GitHub release tarball URL and sha256 checksum updated. The source remains HTTPS and points to the official upstream repository, with no added build-time downloads, scripts, patches, or packaging behavior changes visible in this diff. No new privilege, persistence, or integrity red flags are introduced by this metadata-only update.

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

Comment

The change is a routine version bump in PKGBUILD from 6.22.1 to 6.22.2 with the corresponding source tarball checksum update. The source remains the official GitHub release archive over HTTPS, there are no new build-time network fetches, scripts, privilege changes, or packaging red flags introduced by this diff. Based on the provided hunk, this appears low risk.

@@ -5,7 +5,7 @@
 
 _reponame=qtutilities
 pkgname=qtutilities
-pkgver=6.22.1
+pkgver=6.22.2
 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 #3350

Comment

The change is a straightforward version bump from 6.22.1 to 6.22.2 with the corresponding source tarball checksum update. The source remains the official GitHub release archive over HTTPS, there are no new build-time downloads, scripts, privilege changes, or packaging behavior changes. No security red flags are introduced by this diff.

@@ -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=('421a48274cb842fd5976ba53ceda4730e544adc60384633341c51d74525074ca')
+sha256sums=('c6ecf769a5544865e9e1e6c54d881caed8e0c0102a36025199d9cd18748b0afd')
 
 build() {
   cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"