summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a036c7abb476..c5d3567f17c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = vmware-workstation
url = https://www.vmware.com/products/workstation-for-linux.html
arch = x86_64
license = custom
+ conflicts = vmware-systemd-services
+ conflicts = vmware-modules-dkms
options = !strip
source = https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-12.5.2-4638234.x86_64.bundle
source = bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index bddecddf5e6b..05d373b9830a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,10 @@ pkgdesc='The industry standard for running multiple operating systems as virtual
arch=(x86_64)
url='https://www.vmware.com/products/workstation-for-linux.html'
license=(custom)
+conflicts=(
+ vmware-systemd-services
+ vmware-modules-dkms
+)
source=(
"https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-${pkgver/_/-}.x86_64.bundle"