summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Lenoir2018-01-03 20:33:31 +0100
committerJean-Marc Lenoir2018-01-03 20:33:31 +0100
commit4436768f8abd73099d9b75ffe521f6a555bb0592 (patch)
tree1c6130d8615428838657dd2d19ae798b342dc15d
parente0535ab879c268329392e2890c82293344ee5d9c (diff)
downloadaur-4436768f8abd73099d9b75ffe521f6a555bb0592.tar.gz
Add ncurses5-compat-libs dependency (needed to install guest additions
ISOs)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d82671d97e..35f1a88b8017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmware-workstation
pkgdesc = The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
pkgver = 14.1.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.vmware.com/products/workstation-for-linux.html
install = vmware-workstation.install
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = vmware-workstation
makedepends = python2-six
makedepends = unzip
depends = dkms
+ depends = ncurses5-compat-libs
depends = fuse2
depends = gksu
depends = gtkmm3
diff --git a/PKGBUILD b/PKGBUILD
index 2a5329f7b06f..cd0c389268b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgname=vmware-workstation
pkgver=14.1.0
_buildver=7370693
_pkgver=${pkgver}_${_buildver}
-pkgrel=4
+pkgrel=5
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'
@@ -34,6 +34,7 @@ provides=(
)
depends=(
dkms
+ ncurses5-compat-libs
fuse2
gksu
gtkmm3