Comment
The change is limited to bumping the package version and updating the upstream source tag/checksum in .SRCINFO. The source remains an HTTPS GitHub URL, but the tag changes from a Linux-specific release tag to an OSX-tagged release tag (`v6.5.0.2_OSX`), which is unusual for an Arch Linux package and merits manual verification against the PKGBUILD/upstream release. However, within this diff alone there is no direct evidence of malicious behavior, build-time code execution, or integrity bypass beyond the normal source update metadata. Risk is low but not zero due to the suspicious tag naming mismatch.
@@ -1,6 +1,6 @@
pkgbase = megasync
pkgdesc = Official MEGA desktop application for syncing with MEGA Cloud Drive
- pkgver = 6.4.0.2
+ pkgver = 6.5.0.2
pkgrel = 1
url = https://github.com/meganz/MEGAsync/
arch = x86_64