AUR AI Reviewer

Review Results

Version #1830 of betterbird-bin · commit cd413c8e8a0f · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1061

Comment

The change only bumps pkgver in .SRCINFO from 140.12.0esr to 140.13.0esr. No build logic, sources, checksums, install scripts, or permissions are altered in the provided diff hunk. On its face this is a routine version update with no security-relevant red flags in the reviewed change.

@@ -1,6 +1,6 @@
 pkgbase = betterbird-bin
 	pkgdesc = EN-US // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will.
-	pkgver = 140.12.0esr
+	pkgver = 140.13.0esr
 	pkgrel = 1
 	url = https://www.betterbird.eu/index.html
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1062

Comment

The change is a straightforward version bump in .SRCINFO for the betterbird-bin package: it updates the provided virtual package version, the upstream tarball URL, and the corresponding checksum. The source remains HTTPS on the official Betterbird domain, there are no new build steps, scripts, or privilege-related artifacts introduced, and no suspicious metadata changes beyond the expected release update. No security issues are evident from this diff alone.

@@ -8,11 +8,11 @@ pkgbase = betterbird-bin
 	depends = dbus-glib
 	depends = hunspell
 	optdepends = hunspell-en_US
-	provides = betterbird=140.12.0esr
-	source = https://www.betterbird.eu/downloads/LinuxArchive/betterbird-140.12.0esr-bb24.en-US.linux-x86_64.tar.xz
+	provides = betterbird=140.13.0esr
+	source = https://www.betterbird.eu/downloads/LinuxArchive/betterbird-140.13.0esr-bb25.en-US.linux-x86_64.tar.xz
 	source = eu.betterbird.Betterbird.desktop
 	source = vendor-prefs.js
-	sha256sums = 0a125624a4bbcbc371166541b59b43fb245ce63331a341cdec069699497b46e0
+	sha256sums = d346c0c6c4f8dcde204f97f2d780d685530b9163d864bccd5c149456394ba1c0
 	sha256sums = 60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2
 	sha256sums = b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09
 
Risk 0/5 · Safe PKGBUILD
Result #1063

Comment

The change is a simple version bump in PKGBUILD metadata: pkgver from 140.12.0esr to 140.13.0esr and the corresponding _build from bb24 to bb25. No new sources, scripts, patches, install hooks, permissions changes, or build-time network behavior are introduced by this diff. Based on the provided hunk alone, this is low risk and appears to be a routine upstream release update.

@@ -1,8 +1,8 @@
 # Maintainer: Posi<posi1981@gmail.com>
 pkgname=betterbird-bin
 _pkgname=betterbird
-pkgver=140.12.0esr
-_build=bb24
+pkgver=140.13.0esr
+_build=bb25
 pkgrel=1
 pkgdesc="EN-US // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will."
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #1064

Comment

The change is a straightforward version bump in PKGBUILD from Betterbird 140.12.0esr/bb24 to 140.13.0esr/bb25 with the corresponding source checksum update. No new sources, scripts, build steps, permissions changes, or install-time behavior were introduced. Based on the diff provided, there are no security red flags beyond the normal trust in the upstream release artifact.

@@ -43,6 +43,6 @@ package() {
             "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
     done
 }
-sha256sums=('0a125624a4bbcbc371166541b59b43fb245ce63331a341cdec069699497b46e0'
+sha256sums=('d346c0c6c4f8dcde204f97f2d780d685530b9163d864bccd5c149456394ba1c0'
             '60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2'
             'b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09')