summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Lenoir2022-02-25 19:03:26 +0100
committerJean-Marc Lenoir2022-02-25 19:03:26 +0100
commite5a2a0157175d16e43a1b069b2de34cf9fb7e0e5 (patch)
treef87b2e74bb6e5a4c25638a320ba2a5ab7095dff4
parentff003ae02016a639f8aff2582b1a71d2c3630dad (diff)
downloadaur-e5a2a0157175d16e43a1b069b2de34cf9fb7e0e5.tar.gz
Add missing dependency for ovftool
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5edc058e9835..722746f51bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmware-workstation14
pkgdesc = The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
pkgver = 14.1.7
- pkgrel = 13
+ pkgrel = 14
url = https://www.vmware.com/products/workstation-for-linux.html
install = vmware-workstation.install
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = vmware-workstation14
depends = libaio
depends = pcsclite
depends = hicolor-icon-theme
+ depends = libxcrypt-compat
depends = fontconfig
depends = freetype2
depends = harfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index fd631bb33152..376a92b5ed9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgname=vmware-workstation14
pkgver=14.1.7
_buildver=12989993
_pkgver=${pkgver}_${_buildver}
-pkgrel=13
+pkgrel=14
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'
@@ -43,6 +43,7 @@ depends=(
libaio
pcsclite
hicolor-icon-theme
+ libxcrypt-compat # needed for ovftool
# needed to replace internal libs:
fontconfig
freetype2