summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Marc Lenoir2022-02-25 18:48:15 +0100
committerJean-Marc Lenoir2022-02-25 18:48:15 +0100
commita96b0ecf38088721decd32068379510bd16c79c5 (patch)
treeab00aaeece45170b4c286ad3364ce4e458d7440b /PKGBUILD
parent2ecb1665431ecadd3e5764c763aa8d89f10cd3bd (diff)
downloadaur-a96b0ecf38088721decd32068379510bd16c79c5.tar.gz
Add missing dependency for ovftool
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2021a59a0358..7876554b7787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgname=vmware-workstation
pkgver=16.2.1
_buildver=18811642
_pkgver=${pkgver}_${_buildver}
-pkgrel=3
+pkgrel=4
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'
@@ -40,6 +40,7 @@ depends=(
libaio
pcsclite
hicolor-icon-theme
+ libxcrypt-compat # needed for ovftool
# needed to use Arch GTK3 library (for theme integration)
gtk3
gcr