summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Lenoir2022-11-26 11:59:20 +0100
committerJean-Marc Lenoir2022-11-26 11:59:20 +0100
commit030d3c2455b3fd6b7c89ded686c487edc14450b6 (patch)
treed8b78f0a33964289ed6e761da555ac2b7dd1e41d
parent02502d8bce55affaa1bf69bc7e8623a10a670f56 (diff)
downloadaur-030d3c2455b3fd6b7c89ded686c487edc14450b6.tar.gz
Change the config file to fix the launch of VMPlayer without license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--config2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9535d045b1ca..ca33ce71154d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmware-workstation
pkgdesc = The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
pkgver = 17.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.vmware.com/products/workstation-for-linux.html
install = vmware-workstation.install
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = vmware-workstation
sha256sums = 9014e87066f5b60e62f9dbd698e68f7cf507c6b59c5fcfe86de2aa44647e9910
sha256sums = 12e7b16abf8d7e858532edabb8868919c678063c566a6535855b194aac72d55e
sha256sums = da1698bf4e73ae466c1c7fc93891eba4b9c4581856649635e6532275dbfea141
- sha256sums = a692c3bd724b16504e4b70721e0bf31eabfe8e26811161b2ce23cde99dcbfd1a
+ sha256sums = ac81b0470feebba36482fbb2a9f641fef98924711bf761c0e6fdec67178194de
sha256sums = 48d203450db426e8780f3696a2cf85ee08db004e93f8aca50a9aa24129b1e839
sha256sums = b94959a11b28e51b541321be0588190eb10825e9ff55cbd16eb01483a839a69f
sha256sums = 9b4fbe0ba83f761a2eb9ecd05d48428f8b0a5b3abd8404ccbd928408e682f02b
diff --git a/PKGBUILD b/PKGBUILD
index cb8928ef4ef0..90ed645d4dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgname=vmware-workstation
pkgver=17.0.0
_buildver=20800274
_pkgver=${pkgver}_${_buildver}
-pkgrel=1
+pkgrel=2
pkgdesc='The industry standard for running multiple operating systems as virtual machines on a single Linux PC.'
arch=(x86_64)
url='https://www.vmware.com/products/workstation-for-linux.html'
@@ -80,7 +80,7 @@ sha256sums=(
'12e7b16abf8d7e858532edabb8868919c678063c566a6535855b194aac72d55e'
'da1698bf4e73ae466c1c7fc93891eba4b9c4581856649635e6532275dbfea141'
- 'a692c3bd724b16504e4b70721e0bf31eabfe8e26811161b2ce23cde99dcbfd1a'
+ 'ac81b0470feebba36482fbb2a9f641fef98924711bf761c0e6fdec67178194de'
'48d203450db426e8780f3696a2cf85ee08db004e93f8aca50a9aa24129b1e839'
'b94959a11b28e51b541321be0588190eb10825e9ff55cbd16eb01483a839a69f'
@@ -406,7 +406,7 @@ if [ -n "$_enable_macOS_guests" ]; then
done
msg "Patching EFI firmwares to disable macOS server checking"
- _efi_arch=(32 64)
+ _efi_arch=("32" "64" "20-32" "20-64")
for arch in ${_efi_arch[@]}
do
uefipatch "$pkgdir/usr/lib/vmware/roms/EFI${arch}.ROM" "$srcdir/efi-patches.txt" -o "$pkgdir/usr/lib/vmware/roms/EFI${arch}.ROM" > /dev/null
diff --git a/config b/config
index 93f010522f70..45ea49d467d5 100644
--- a/config
+++ b/config
@@ -1,5 +1,5 @@
.encoding = "UTF-8"
-product.name = "VMware Workstation"
+product.name = "VMware Player"
product.version = "17.0.0"
product.buildNumber = "20800274"
workstation.product.version = "17.0.0"