summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShibumi2015-09-21 03:32:43 +0200
committerShibumi2015-09-21 03:32:43 +0200
commit6252885ccf76c02cb2bac5fd0a279f833fd57f90 (patch)
tree9269c0df7eb0ded20623256bbf61b9c4d3afe62a
parentf63a1ffaa9808e61cc6a71922c2daa662a0cf208 (diff)
downloadaur-6252885ccf76c02cb2bac5fd0a279f833fd57f90.tar.gz
changed viper-framework-git dependencies [fixed]
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e26e991eff3..fe830166b8e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,6 +27,13 @@ pkgbase = viper-framework-git
depends = python2-crypto
depends = python2-olefile
depends = python2-oletools
+ depends = python2-django
+ depends = python2-pymisp
+ depends = python2-scandir
+ depends = python2-pypssl
+ depends = python2-pypdns
+ depends = python2-pype32
+ depends = python2-pbkdf2
provides = viper-framework
conflicts = viper-framework
source = git+https://github.com/botherder/viper
diff --git a/PKGBUILD b/PKGBUILD
index 06022699051b..7e53547eb6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,9 @@ depends=(
"python2-bitstring" "python2-dnspython" "python2-m2crypto" "python2-pyasn1"
"python2-requests" "python2-sqlalchemy" "python2-prettytable" "python2-magic"
"python2-pydeep" "ssdeep" "python2-ssdeep" "python2-beautifulsoup4"
-"python2-pefile" "python2-crypto" "python2-olefile" "python2-oletools")
+"python2-pefile" "python2-crypto" "python2-olefile" "python2-oletools"
+"python2-django" "python2-pymisp" "python2-scandir" "python2-pypssl"
+"python2-pypdns" "python2-pype32" "python2-pbkdf2" )
makedepends=("git")
source=("git+https://github.com/botherder/viper"
"viper-framework.install")