summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a3573607f3b..7ffa1b8317a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmware-vcli
pkgdesc = VMware vSphere Command-Line Interface (vCLI); run commands against vSphere and ESX/ESXi
pkgver = 6.7.0.8156551
- pkgrel = 1
+ pkgrel = 2
url = https://code.vmware.com/web/tool/6.7/vsphere-cli
install = vmware-vcli.install
arch = i686
@@ -25,6 +25,8 @@ pkgbase = vmware-vcli
depends = perl-lwp-protocol-https
depends = perl-class-methodmaker
depends = perl-net-ssleay
+ depends = perl-text-template
+ depends = perl-uuid
options = !strip
options = docs
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index 0eb2d7b8dc74..77367a411c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=vmware-vcli
_pkgver=6.7.0-8156551
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="VMware vSphere Command-Line Interface (vCLI); run commands against vSphere and ESX/ESXi"
arch=('i686' 'x86_64')
url="https://code.vmware.com/web/tool/6.7/vsphere-cli"
@@ -14,7 +14,8 @@ license=('custom:vmware')
depends=(e2fsprogs openssl libxml2 perl kmod krb5
perl-xml-libxml perl-bytes-random-secure perl-crypt-ssleay perl-xml-sax
perl-archive-zip perl-html-parser perl-data-dump perl-soap-lite perl-uri
- perl-lwp-protocol-https perl-class-methodmaker perl-net-ssleay)
+ perl-lwp-protocol-https perl-class-methodmaker perl-net-ssleay
+ perl-text-template perl-uuid)
install=$pkgname.install
source=(for-arch.patch)
source_i686=(local://VMware-vSphere-CLI-$_pkgver.i386.tar.gz)