summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsemeion2018-08-05 02:39:57 -0300
committersemeion2018-08-05 02:39:57 -0300
commitb292ca7bed870d8115e9d4458f9743c253855669 (patch)
tree687c7cc408ac786cdb058df406bf96d08fe50f51
parent7396bd4498ccfc7be6e7f00b2fa544d684fb1fd5 (diff)
downloadaur-b292ca7bed870d8115e9d4458f9743c253855669.tar.gz
m.sync 2018.08.05. 02:39:57
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 447cb24030d7..55acaf7d43af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = handshake-cracker
pkgdesc = Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists.
- pkgver = 48.ff5dc21
+ pkgver = 49.7a08271
pkgrel = 1
url = https://github.com/semeion/handshake-cracker
arch = any
license = GPL3
makedepends = git
depends = aircrack-ng
+ depends = wireshark-cli
depends = cowpatty
depends = mdk3
depends = xterm
diff --git a/PKGBUILD b/PKGBUILD
index 19aa3212d259..aa6b712591b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Alexandre Bolelli <semeion7@hotmail.com>
pkgname=handshake-cracker
-pkgver=48.ff5dc21
+pkgver=49.7a08271
pkgrel=1
pkgdesc="Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists."
arch=('any')
url='https://github.com/semeion/handshake-cracker'
license=('GPL3')
-depends=('aircrack-ng' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
+depends=('aircrack-ng' 'wireshark-cli' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml')
makedepends=('git')
source=('git+https://github.com/semeion/handshake-cracker.git')