summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Marc Lenoir2019-10-06 15:34:34 +0200
committerJean-Marc Lenoir2019-10-06 15:34:34 +0200
commitc9c0821c057ad99ac5ff7001b7ff3acf3cd3c97b (patch)
tree8e41d082182b42ea72787b4dd6d456b672806091 /PKGBUILD
parent4eea59822de8da54374a69ad21af2209a33777d7 (diff)
downloadaur-c9c0821c057ad99ac5ff7001b7ff3acf3cd3c97b.tar.gz
Increase pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c04921d498f..8dc52ec17358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgname=vmware-workstation
pkgver=15.5.0
_buildver=14665864
_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'
@@ -457,7 +457,7 @@ fi
rm -r "$pkgdir/usr/lib/vmware/modules/source"
if [ -n "$_enable_macOS_guests" ]; then
- msg "Patching VMware for macOS guest support"
+ msg "Patching VMware to enable macOS guest support"
python "$srcdir/unlocker.py" > /dev/null
for isoimage in ${_fusion_isoimages[@]}
@@ -465,7 +465,7 @@ if [ -n "$_enable_macOS_guests" ]; then
install -Dm 644 "$srcdir/fusion-isoimages/$isoimage.iso" "$pkgdir/usr/lib/vmware/isoimages/$isoimage.iso"
done
- msg "Patching EFI firmwares to remove the check for server versions"
+ msg "Patching EFI firmwares to disable macOS server checking"
_efi_arch=(32 64)
for arch in ${_efi_arch[@]}
do