summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-02-19 13:41:35 +0100
committerM0Rf302018-02-19 13:41:35 +0100
commit1c5073eb652df40ddb6d0ff8b0456bb340f26007 (patch)
tree617b7cb1782edc513199a72b745a2a4686549950
parent8d7ba139f665826e8929e9c94c517636f7afd9c8 (diff)
downloadaur-1c5073eb652df40ddb6d0ff8b0456bb340f26007.tar.gz
wifiphisher: 1.4
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628624e49ec6..ab7831074633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Sep 8 13:58:38 UTC 2017
-pkgbase = wifiphisher
- pkgdesc = Fast automated phishing attacks against WPA networks.
- pkgver = 1.3
- pkgrel = 1
- url = https://github.com/sophron/wifiphisher
- arch = any
- groups = blackarch
- groups = blackarch-wireless
- groups = blackarch-social
- license = MIT
- makedepends = git
- depends = python2
- depends = python2-blessings
- depends = python2-pyric
- depends = python2-tornado
- depends = scapy
- depends = dnsmasq
- depends = hostapd
- depends = net-tools
- source = https://github.com/sophron/wifiphisher/archive/v1.3.tar.gz
- source = wifiphisher.sh
- md5sums = ddff26c8e062c540b4b3e8c67d2a1655
- md5sums = 20fc8c517c5e85c8a47e2372beecd83c
-
-pkgname = wifiphisher
-
pkgbase = wifiphisher
pkgdesc = Fast automated phishing attacks against WPA networks.
pkgver = 1.4
diff --git a/PKGBUILD b/PKGBUILD
index 6ca57aaa1b0d..f86383438f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,12 @@ license=('MIT')
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)
+$pkgname.sh)
package() {
- cd "$srcdir/$pkgname-$pkgver"
- python2 setup.py install --root=$pkgdir
+ cd "$srcdir/$pkgname-$pkgver"
+ python2 setup.py install --root=$pkgdir
}
md5sums=('bd4357b8a97cdcfb36624245c4f963da'
- '20fc8c517c5e85c8a47e2372beecd83c')
+'20fc8c517c5e85c8a47e2372beecd83c')