AUR AI Reviewer

Review Results

Version #2514 of teamviewer · commit fbfd382648cb · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3776

Comment

The only change in this .SRCINFO hunk is a version bump from 15.79.4 to 15.81.5 and an updated generated timestamp. No source URLs, checksums, install scripts, dependencies, or build commands changed here, so there is no new security-relevant behavior visible in this diff. Based on the provided hunk alone, this appears low risk.

@@ -1,8 +1,8 @@
 # Generated by mksrcinfo v8
-# Sun Jul 19 14:01:18 UTC 2026
+# Sat Sep 19 16:10:41 UTC 2026
 pkgbase = teamviewer
 	pkgdesc = All-In-One Software for Remote Support and Online Meetings
-	pkgver = 15.79.4
+	pkgver = 15.81.5
 	pkgrel = 1
 	url = https://www.teamviewer.com/en/download/portal/linux/
 	install = teamviewer.install
Risk 0/5 · Safe .SRCINFO
Result #3777

Comment

The change is a straightforward version bump in .SRCINFO for TeamViewer binary packages, with sources still using HTTPS from the official TeamViewer download domain and checksums updated accordingly. No new sources, scripts, build logic, or privilege-related artifacts are introduced in this diff. The main security posture remains that this is a proprietary prebuilt binary package, but that risk pre-exists and is not increased by this metadata-only update.

@@ -17,12 +17,12 @@ pkgbase = teamviewer
 	provides = teamviewer
 	conflicts = teamviewer-beta
 	options = !strip
-	source_x86_64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_amd64.deb
-	sha256sums_x86_64 = 165b0c6ce8a910b31187f9611be62fa848e9c1331853311b9ac9332dc28e8e2b
-	source_armv7h = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_armhf.deb
-	sha256sums_armv7h = a9890eca2b6f44d180331479a847869bc28672eea1fbf6c5ea560d9947289d8b
-	source_aarch64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_arm64.deb
-	sha256sums_aarch64 = d7d7c9bae91b3c552696736445e74580019ae0e063131d52190e2856dae6ba96
+	source_x86_64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.81.5_amd64.deb
+	sha256sums_x86_64 = 59fd0c99f3a2e6bc975863a9a9e9d952ede499080909aaadfdf13a67f6eb31e2
+	source_armv7h = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.81.5_armhf.deb
+	sha256sums_armv7h = 843dd3d10ae44a6b38eda9f21984ba4e8d9a189b495f544108996eeb8b694f80
+	source_aarch64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.81.5_arm64.deb
+	sha256sums_aarch64 = 7aeb78eac15dfdcff7471b13275307306288a893523b4043e2e4d891ac8ea0e1
 
 pkgname = teamviewer
 
Risk 0/5 · Safe PKGBUILD
Result #3778

Comment

This change is a straightforward version bump of the TeamViewer package from 15.79.4 to 15.81.5, with corresponding SHA-256 checksum updates for the official HTTPS TeamViewer .deb sources on all supported architectures. No new sources, build steps, install scripts, permissions, or packaging logic were introduced, and the diff does not add any suspicious execution or persistence behavior. Risk is low and limited to the usual trust in the upstream binary release.

@@ -1,5 +1,5 @@
 pkgname=teamviewer
-pkgver=15.79.4
+pkgver=15.81.5
 pkgrel=1
 pkgdesc='All-In-One Software for Remote Support and Online Meetings'
 arch=('x86_64' 'armv7h' 'aarch64')
Risk 0/5 · Safe PKGBUILD
Result #3779

Comment

The change only updates SHA-256 checksums for the existing TeamViewer .deb source URLs. The download locations remain HTTPS on the official TeamViewer domain, and there are no new build-time commands, install-script changes, or packaging behavior changes in this hunk. This is a routine integrity update with no evident security regression in the diff provided.

@@ -30,9 +30,9 @@ install=teamviewer.install
 source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
 source_armv7h=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_armhf.deb")
 source_aarch64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_arm64.deb")
-sha256sums_x86_64=('165b0c6ce8a910b31187f9611be62fa848e9c1331853311b9ac9332dc28e8e2b')
-sha256sums_armv7h=('a9890eca2b6f44d180331479a847869bc28672eea1fbf6c5ea560d9947289d8b')
-sha256sums_aarch64=('d7d7c9bae91b3c552696736445e74580019ae0e063131d52190e2856dae6ba96')
+sha256sums_x86_64=('59fd0c99f3a2e6bc975863a9a9e9d952ede499080909aaadfdf13a67f6eb31e2')
+sha256sums_armv7h=('843dd3d10ae44a6b38eda9f21984ba4e8d9a189b495f544108996eeb8b694f80')
+sha256sums_aarch64=('7aeb78eac15dfdcff7471b13275307306288a893523b4043e2e4d891ac8ea0e1')
 
 prepare() {
 	warning "If the install fails, you need to uninstall previous major version of Teamviewer"