summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShibumi2015-09-21 15:58:44 +0200
committerShibumi2015-09-21 15:58:44 +0200
commitdceca36d6fab2819d68da00bec88428c6ce226cf (patch)
treed1288de025fc1dbf379cd0c19ca9cc8a141c2608
parent6252885ccf76c02cb2bac5fd0a279f833fd57f90 (diff)
downloadaur-dceca36d6fab2819d68da00bec88428c6ce226cf.tar.gz
added 2 more deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe830166b8e0..a1b4ab4d715a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,6 +34,8 @@ pkgbase = viper-framework-git
depends = python2-pypdns
depends = python2-pype32
depends = python2-pbkdf2
+ depends = python2-dateutil
+ depends = python2-requests-cache
provides = viper-framework
conflicts = viper-framework
source = git+https://github.com/botherder/viper
diff --git a/PKGBUILD b/PKGBUILD
index 7e53547eb6e6..65ab4e4680f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,8 @@ depends=(
"python2-pydeep" "ssdeep" "python2-ssdeep" "python2-beautifulsoup4"
"python2-pefile" "python2-crypto" "python2-olefile" "python2-oletools"
"python2-django" "python2-pymisp" "python2-scandir" "python2-pypssl"
-"python2-pypdns" "python2-pype32" "python2-pbkdf2" )
+"python2-pypdns" "python2-pype32" "python2-pbkdf2" "python2-dateutil"
+"python2-requests-cache")
makedepends=("git")
source=("git+https://github.com/botherder/viper"
"viper-framework.install")