```bash
1. Install pacman-contrib (provides updpkgsums)
sudo pacman -S pacman-contrib
2. Clone the AUR package
git clone https://aur.archlinux.org/amazon-workspaces-bin.git /tmp/amazon-workspaces-bin cd /tmp/amazon-workspaces-bin
3. Update PKGBUILD checksums to match actual upstream files
updpkgsums
4. Comment out the internal sha256 check in prepare()
The .info file's hash doesn't match the .deb — Amazon's problem, not ours.
In the PKGBUILD, comment out these two lines in prepare():
echo "$(grep SHA256 "$pkgname-$pkgver.info" | cut -d" " -f2) $pkgname-$pkgver.deb" >sum
sha256sum -c sum
5. Build and install
makepkg -si
Pinned Comments
janek commented on 2025-01-28 13:58 (UTC)
The package is now finally upgraded to the latest 2024.x release!
Thanks to @row's patch it not only supports the DCV, but also continues to support PCoIP.
If anyone has issues with the new release: I also published the old release under a new name here: https://aur.archlinux.org/packages/amazon-workspaces-legacy-bin
Please still comment here if you have any issues with the new release & include your streaming protocol (DCV/PCoIP). Thanks!
Thank you very much @row.