AUR AI Reviewer

Review Results

Version #1801 of teams-for-linux · commit 6af335d40dbb · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #617

Comment

The only change in this .SRCINFO hunk is a version bump from 2.11.1 to 2.13.0. No build logic, sources, install scripts, permissions, or package metadata beyond the version number are altered in the provided diff. Based on this hunk alone, there is no evidence of supply-chain risk or malicious behavior.

@@ -1,6 +1,6 @@
 pkgbase = teams-for-linux
 	pkgdesc = Unofficial Microsoft Teams client for Linux using Electron.
-	pkgver = 2.11.1
+	pkgver = 2.13.0
 	pkgrel = 1
 	url = https://github.com/IsmaelMartinez/teams-for-linux
 	arch = aarch64
Risk 0/5 · Safe .SRCINFO
Result #618

Comment

The change is a straightforward version bump in .SRCINFO from teams-for-linux 2.11.1 to 2.13.0, with the corresponding source tarball URL and checksum updated. The source remains an HTTPS GitHub release archive from the upstream project, and there are no new sources, scripts, build steps, or packaging directives introduced by this diff. Based on the provided hunk alone, I do not see a supply-chain or privilege-escalation concern.

@@ -15,9 +15,9 @@ pkgbase = teams-for-linux
 	depends = libxss
 	depends = nss
 	optdepends = libfido2: WebAuthn with FIDO2 devices
-	source = teams-for-linux-2.11.1.tar.gz::https://github.com/IsmaelMartinez/teams-for-linux/archive/v2.11.1.tar.gz
+	source = teams-for-linux-2.13.0.tar.gz::https://github.com/IsmaelMartinez/teams-for-linux/archive/v2.13.0.tar.gz
 	source = teams-for-linux.desktop
-	sha256sums = 3348e3c8088bfeacaccb3e70c1b14680f03775953ce334b9af46c68de763340c
+	sha256sums = 75e88dff5adec08f5242b809599de88cea223157ba4fc0d8e2e5a799c346242a
 	sha256sums = e67c98084736f797c575970935dd773b5c348ea3d9522bc5db733a92361fc05e
 
 pkgname = teams-for-linux
Risk 0/5 · Safe PKGBUILD
Result #619

Comment

The change is a routine version bump in PKGBUILD from 2.11.1 to 2.13.0, with the source URL still pointing to the official upstream GitHub release archive over HTTPS and the checksum updated accordingly. No new sources, build steps, install scripts, privilege changes, or other suspicious packaging behavior are introduced in this diff. Based on the provided hunk, this appears low risk.

@@ -3,7 +3,7 @@
 # Contributor: Ivelin Velkov <ivelin dot velkov at gmail dot com>
 
 pkgname=teams-for-linux
-pkgver=2.11.1
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="Unofficial Microsoft Teams client for Linux using Electron."
 arch=("aarch64" "armv7h" "i686" "x86_64")
Risk 0/5 · Safe PKGBUILD
Result #620

Comment

The change is a straightforward version bump in PKGBUILD from 2.11.1 to 2.13.0 with an updated SHA256 for the upstream GitHub release tarball. The source remains the official HTTPS GitHub archive URL for the same project, and there are no new build steps, scripts, patches, or packaging changes introduced in this diff. Based on the provided hunk, there are no obvious supply-chain or privilege-escalation concerns.

@@ -16,7 +16,7 @@ source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/IsmaelMartinez/${pkgname}/archive/v${pkgver}.tar.gz"
   "${pkgname}.desktop"
 )
-sha256sums=('3348e3c8088bfeacaccb3e70c1b14680f03775953ce334b9af46c68de763340c'
+sha256sums=('75e88dff5adec08f5242b809599de88cea223157ba4fc0d8e2e5a799c346242a'
             'e67c98084736f797c575970935dd773b5c348ea3d9522bc5db733a92361fc05e')
 
 build() {