diff options
author | SimPilotAdamT | 2022-06-20 16:12:02 +0100 |
---|---|---|
committer | SimPilotAdamT | 2022-06-20 16:12:02 +0100 |
commit | 8c5a8441f3af3bb58827aa30d34aa353c80caebb (patch) | |
tree | f0349ef981a90b426ceb623cf8e4c222638ce3bd | |
parent | 8037fe7996bcc30f2c00b85e62821dfdaaaf72f0 (diff) | |
download | aur-8c5a8441f3af3bb58827aa30d34aa353c80caebb.tar.gz |
refectoring
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgdesc="VMware macOS utilities, from the dev branch of the upstream repo" 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") provides=("vmware-unlocker" "vmware-unlocker-bin") conflicts=("vmware-unlocker" "vmware-unlocker-bin") |