summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-04-27 03:32:52 +0200
committerMichal Wojdyla2021-04-27 03:32:52 +0200
commit86e54732d04e19d0091c9e29479d8fcbc1aa80cd (patch)
tree528e433113ebeda4a2f06bc9a768bc266d40878f
parent7390a4cade15488b4a6c8ede8e5e8cddff9a8750 (diff)
downloadaur-createvm.tar.gz
included dependencies needed to run script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95df0ec38580..62bd18ef0c46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,10 @@ pkgbase = createvm
arch = x86_64
license = GPL2
depends = bash
+ depends = zip
+ depends = vmware-workstation
source = https://github.com/beeman/createvm.sh/archive/0.5.tar.gz
- md5sums = 40b39ca6879b02234046d79bd7a02700
+ sha256sums = 40ae752a19483be5e67c0adce3c8a269eb215ffaaad6251e37097ab2f087193c
pkgname = createvm
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')