summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2687f168edbd..c29a8705a64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# See COPYING for license details.
pkgname='wifiphisher'
-pkgver=1.2
+pkgver=1.3
pkgrel=1
groups=('blackarch' 'blackarch-wireless' 'blackarch-social')
pkgdesc='Fast automated phishing attacks against WPA networks.'
arch=('any')
url='https://github.com/sophron/wifiphisher'
license=('MIT')
-depends=('python2' 'python2-httplib2' 'python2-jinja2' 'python2-markupsafe' 'python2-pyric' 'scapy' 'aircrack-ng' 'dnsmasq' 'hostapd' 'net-tools')
+depends=('python2' 'python2-blessings' 'python2-pyric' 'python2-tornado' 'scapy' 'dnsmasq' 'hostapd' 'net-tools')
makedepends=('git')
source=("https://github.com/sophron/wifiphisher/archive/v$pkgver.tar.gz"
$pkgname.sh)
@@ -20,5 +20,5 @@ package() {
python2 setup.py install --root=$pkgdir
}
-md5sums=('e7df0895e57432e24bc27143c378fcf9'
+md5sums=('ddff26c8e062c540b4b3e8c67d2a1655'
'20fc8c517c5e85c8a47e2372beecd83c')