summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorevs-ch2017-09-08 10:29:40 +0200
committerevs-ch2017-09-08 10:29:40 +0200
commit681046dd3a2daaaee07f7436afe682ac7fd7365b (patch)
tree5ea01cff6b8a50f9b0fb6e2f61aa725c0a26ab17 /PKGBUILD
parentbde5f8eb268b3715a56be020639f71398283a72c (diff)
downloadaur-python-malboxes-git.tar.gz
added jinja and appdirs dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0efd9581123e..b07fdd33fe52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer : Christian Hofmann <chof@pfho.net>
pkgname=python-malboxes-git
_pkgname=malboxes
-pkgver=161.f0a6a97
+pkgver=294.f086475
pkgrel=1
pkgdesc="Builds malware analysis Windows VMs so that you don't have to."
arch=('any')
-source='https://github.com/GoSecure/malboxes'
+url='https://github.com/GoSecure/malboxes'
license=('GPL')
-depends=('python' 'packer-io' 'virtualbox' 'vagrant' 'python-jsmin')
+depends=('python' 'packer-io' 'virtualbox' 'vagrant'
+ 'python-jsmin' 'python-jinja' 'python-appdirs')
makedepends=('python-pip' 'git')
options=(!emptydirs)
-source=(git+https://github.com/GoSecure/malboxes.git)
+source=('git+https://github.com/GoSecure/malboxes.git')
md5sums=('SKIP')
pkgver() {