summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell Pray2017-02-10 11:19:09 -0800
committerMaxwell Pray2017-02-10 11:19:09 -0800
commitc6d48e5b731b5f114f9002034dbda2dc8a0b9f28 (patch)
tree3a88211be11ca41cea04fbdfc7b095d2e408ab21
parent9f1a6eb5795da98646fc42b61a343cb8810c3a4a (diff)
downloadaur-c6d48e5b731b5f114f9002034dbda2dc8a0b9f28.tar.gz
Add "conflicts" field.
-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"