diff options
author | Alexadre Bolelli | 2017-05-12 20:30:28 -0300 |
---|---|---|
committer | Alexadre Bolelli | 2017-05-12 20:30:28 -0300 |
commit | 8360859328954f1ebba6512782e171fda9b901b1 (patch) | |
tree | ba022a6d2d88bce2183ab863dc69ad08704a09a0 /PKGBUILD | |
parent | 1f079614c6c321ca28001d36651955561c9c8d4e (diff) | |
download | aur-8360859328954f1ebba6512782e171fda9b901b1.tar.gz |
update 2017.05.12. 20:30:28
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ # Maintainer: Alexandre Bolelli <semeion7@hotmail.com> pkgname=handshake-cracker -pkgver=38.1f1b57c +pkgver=43.c025d98 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' 'pyrit' 'scapy' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk' - 'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john') + 'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml') makedepends=('git') source=('git+https://github.com/semeion/handshake-cracker.git') sha256sums=('SKIP') # use 'updpkgsums' if you want |