summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a179f84ebd6..6a75951d38df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: yaroslav <proninyaroslav@mail.ru>
+# Contributor: yaroslav <proninyaroslav@mail.ru>
# Contributor: Nathan Owe. <ndowens04+AUR@gmail.com>
pkgname=createvm
@@ -8,7 +8,7 @@ pkgdesc="Script to create VMware virtual machine"
arch=('i686' 'x86_64')
url="https://github.com/beeman/createvm.sh"
license=('GPL2')
-depends=('bash')
+depends=('bash' 'zip' 'vmware-workstation')
source=("https://github.com/beeman/createvm.sh/archive/${pkgver}.tar.gz")
sha256sums=('40ae752a19483be5e67c0adce3c8a269eb215ffaaad6251e37097ab2f087193c')