Comment
The only change is a metadata-only bump of pkgrel and a dramatic epoch increase from 1 to 25688693. In Arch packaging, epoch is used to force version ordering; setting it to an absurdly large value can pin this package above future legitimate upstream versions and make downgrades/updates harder, which is a supply-chain integrity concern. There is no direct code execution or payload change in this diff, but the epoch manipulation is suspicious and could be used to prevent users from receiving newer fixes from the normal package stream.
@@ -1,8 +1,8 @@
pkgbase = vmware-workstation
pkgdesc = The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
pkgver = 26H1u1
- pkgrel = 2
- epoch = 1
+ pkgrel = 3
+ epoch = 25688693
url = https://www.vmware.com/products/workstation-for-linux.html
install = vmware-workstation.install
arch = x86_64