summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevs-ch2017-08-30 12:18:45 +0200
committerevs-ch2017-08-30 12:18:45 +0200
commit095eee48b9c1c78694b7cd85b601faa3ff5cf590 (patch)
tree0104904223205b549df8ce9a1702ae7627541e82
parent1588ea4b0d1049c2e3f5b42abcd240b3831283a6 (diff)
downloadaur-095eee48b9c1c78694b7cd85b601faa3ff5cf590.tar.gz
more hard dependencies..
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d3874f12878..e10f7b494a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wifite2-git
pkgdesc = A tool to attack multiple WEP and WPA encrypted networks at the same time
pkgver = r104.aa75970
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/derv82/wifite2
arch = any
license = GPL
@@ -9,10 +9,11 @@ pkgbase = wifite2-git
depends = python2
depends = aircrack-ng
depends = python2-pyshark
+ depends = pyrit
+ depends = cowpatty
+ depends = reaver
+ depends = scapy
optdepends = macchanger
- optdepends = pyrit-svn
- optdepends = cowpatty
- optdepends = reaver
source = wifite2-git::git+https://github.com/derv82/wifite2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1405d75271a..363e117a61f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wifite2-git
pkgver=r104.aa75970
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to attack multiple WEP and WPA encrypted networks at the same time"
arch=(any)
url="https://github.com/derv82/wifite2"
license=('GPL')
-depends=(python2 aircrack-ng python2-pyshark)
-optdepends=(macchanger pyrit-svn cowpatty reaver)
+depends=(python2 aircrack-ng python2-pyshark pyrit cowpatty reaver scapy)
+optdepends=(macchanger)
makedepends=(git)
source=($pkgname::git+https://github.com/derv82/wifite2.git)
sha256sums=('SKIP')