Offering a diff for the new version:
diff --git a/PKGBUILD b/PKGBUILD
index 832de13..1444944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,20 +11,21 @@ arch=('x86_64')
url="https://www.vmware.com/go/download-vmrc"
license=('custom:vmware')
depends=('vmware-keymaps')
+bundle=('VMware-Remote-Console-12.0.1-18113358.x86_64.bundle')
optdepends=()
# Note you can change this path to match a newer (or older) version of VMRC
-source=("local://VMware-Remote-Console-12.0.0-17287072.x86_64.bundle"
+source=("local://$bundle"
"bootstrap"
"config")
-sha256sums=('3429d897256e80d7e087ff9fc7b5e679695db06a9af2596b40d303e61c5000aa'
+sha256sums=('90eb1d411b15eec77f49cc499d20af8d9b7cdd409bd7b867a18d7740dcf2341b'
'22282e8643d8a20e63773435161e5a5d01c6acce53aa81f27a4d20f111acd228'
'c5643ebad140391622c57ab88d6071b91d1ea9a8379c1aec573c845a00be30d4')
build() {
cd "$srcdir"
- sh ../VMware-Remote-Console-12.0.0-17287072.x86_64.bundle -x ./files
+ sh ../$bundle -x ./files
cd "$srcdir/files"
}
Pinned Comments
richardjs commented on 2022-05-04 19:02 (UTC) (edited on 2023-11-29 19:23 (UTC) by richardjs)
Notes for 12.0.1-2 [edit: applicable to 12.0.5-1]:
You need to download the VMware-Remote-Console .bundle from https://www.vmware.com/go/download-vmrc and place it in the same directory as the PKGBUILD.
vmware-keymaps has been made an optional dependency. vmrc will run fine without it, although I imagine how well it works may depend on your keyboard setup. Making it an optional dependency removes the problem of conflicting files between vmware packages, but also lets those who don't need it ignore it.