summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Lenoir2019-10-06 15:47:36 +0200
committerJean-Marc Lenoir2019-10-06 15:47:36 +0200
commit9d3e7a055bd9be4b95e43acf7184c56212893959 (patch)
treeadb03ad3a93aefbe53daa09037a2b305bb94541b
parent40e1f5139c4bc01a3b2fa73089b847fe4c4a8feb (diff)
downloadaur-9d3e7a055bd9be4b95e43acf7184c56212893959.tar.gz
Increase pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8249b5a42f5a..f11aa94aa7cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmware-workstation11
pkgdesc = The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
pkgver = 11.1.4
- pkgrel = 8
+ pkgrel = 9
url = https://www.vmware.com/products/workstation-for-linux.html
install = vmware-workstation.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 04791b0a675e..073f5665e059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgname=vmware-workstation11
pkgver=11.1.4
_buildver=3848939
_pkgver=${pkgver}_${_buildver}
-pkgrel=8
+pkgrel=9
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'
@@ -448,7 +448,7 @@ fi
rm -r "$pkgdir/usr/lib/vmware/modules"/{binary,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[@]}
@@ -457,7 +457,7 @@ if [ -n "$_enable_macOS_guests" ]; then
install -Dm 644 "$srcdir/fusion-isoimages/$isoimage.iso.sig" "$pkgdir/usr/lib/vmware/isoimages/$isoimage.iso.sig"
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