summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-06-09 15:12:02 +0100
committerSimPilotAdamT2022-06-09 15:12:02 +0100
commitee385f8c9c8d492e3b1370c783767192587424c3 (patch)
tree54b825909025cf368badd61c022eae79b4e376c5
parent53564b74034d6dad3a190058f0a76189a3975623 (diff)
downloadaur-ee385f8c9c8d492e3b1370c783767192587424c3.tar.gz
4.2.1-5
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e47419ce668..352d01397a76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = vmware-unlocker
makedepends = git
makedepends = zsh
makedepends = go
- depends = vmware-workstation>=16.0.0
conflicts = vmware-unlocker-bin
source = vmware-unlocker::git+https://github.com/DrDonk/unlocker#tag=v4.2.1
source = vmware-unlocker-post.hook
diff --git a/PKGBUILD b/PKGBUILD
index 38a26b75731d..35da269c60d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="VMware macOS utilities"
arch=('x86_64')
url="https://github.com/DrDonk/unlocker"
license=('MIT')
-depends=('vmware-workstation>=16.0.0')
+#depends=('vmware-workstation>=16.0.0')
makedepends=("git" "zsh" "go")
conflicts=('vmware-unlocker-bin')
source=("$pkgname::git+https://github.com/DrDonk/unlocker#tag=v$pkgver" "vmware-unlocker-post.hook" "vmware-unlocker-pre.hook")