AUR AI Reviewer

Review Results

Version #2334 of gallery-dl · commit 0109b201a8d6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2933

Comment

The change only bumps pkgver in .SRCINFO from 1.32.10 to 1.32.11. No sources, checksums, build steps, install scripts, or packaging metadata affecting execution or privileges are modified in the provided diff. On its face this is a routine version update with no security-relevant indicators.

@@ -1,6 +1,6 @@
 pkgbase = gallery-dl
 	pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites
-	pkgver = 1.32.10
+	pkgver = 1.32.11
 	pkgrel = 1
 	url = https://codeberg.org/mikf/gallery-dl
 	arch = any
Risk 0/5 · Safe .SRCINFO
Result #2934

Comment

The change is a straightforward version bump in .SRCINFO from gallery-dl v1.32.10 to v1.32.11, with the corresponding sha512 checksum updated. The source remains the official Codeberg repository over HTTPS and is still pinned to a signed tag, with the same valid PGP key. No new build steps, scripts, binaries, or packaging metadata were introduced, and there are no signs of privilege escalation or persistence mechanisms in this diff. Risk is minimal.

@@ -27,8 +27,8 @@ pkgbase = gallery-dl
 	optdepends = python-psycopg: PostgreSQL support
 	optdepends = python-truststore: Support using system certificates
 	optdepends = python-jinja: Jinja template support
-	source = git+https://codeberg.org/mikf/gallery-dl.git#tag=v1.32.10?signed
+	source = git+https://codeberg.org/mikf/gallery-dl.git#tag=v1.32.11?signed
 	validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
-	sha512sums = 8c2eb41a9cde705c65297741160fb7dd4cd395d5180a9a2c203ddb23bbc76ae17a9654bd6be5e4a68e25ce35fad2744d01f7c38c80b05c8e4140e0ac932c6f0b
+	sha512sums = a059683666fa577f2caf475fc387cce2559dc03d0a5fe4fa81df2560e039a4af319fd7ae5ffab8b3e940ee581805a49e961d48d2f1c98d2981bd42004910b7a1
 
 pkgname = gallery-dl
Risk 0/5 · Safe PKGBUILD
Result #2935

Comment

The change is a simple version bump in PKGBUILD from 1.32.10 to 1.32.11 with no other modifications shown. Based on the provided diff, there are no new sources, build steps, install scripts, permissions changes, or other security-relevant behavior introduced. Risk is therefore minimal.

@@ -2,7 +2,7 @@
 # Contributor: LLL2yu <lll2yu@protonmail.com>
 
 pkgname=gallery-dl
-pkgver=1.32.10
+pkgver=1.32.11
 pkgrel=1
 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites'
 arch=(any)
Risk 0/5 · Safe PKGBUILD
Result #2936

Comment

The change is a routine version bump from 1.32.10 to 1.32.11 with the corresponding source checksum update. The source remains a signed git tag from the upstream project, and there are no new build-time downloads, scripts, privilege changes, or packaging behavior changes in the diff. No security concerns are evident from this change alone.

@@ -29,7 +29,7 @@ optdepends=(
 )
 source=(git+"${url}".git#tag=v"${pkgver}"?signed)
 validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann
-sha512sums=('8c2eb41a9cde705c65297741160fb7dd4cd395d5180a9a2c203ddb23bbc76ae17a9654bd6be5e4a68e25ce35fad2744d01f7c38c80b05c8e4140e0ac932c6f0b')
+sha512sums=('a059683666fa577f2caf475fc387cce2559dc03d0a5fe4fa81df2560e039a4af319fd7ae5ffab8b3e940ee581805a49e961d48d2f1c98d2981bd42004910b7a1')
 
 prepare() {
     # Clean out old wheels etc.