summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsemeion2018-08-05 11:15:30 -0300
committersemeion2018-08-05 11:15:30 -0300
commite6075512bb8fc3dbcf4018da9b6e6e277387935a (patch)
treea63c73e313ef918aa852bed22e33c50af96834b6
parentb292ca7bed870d8115e9d4458f9743c253855669 (diff)
downloadaur-e6075512bb8fc3dbcf4018da9b6e6e277387935a.tar.gz
m.sync 2018.08.05. 11:15:30
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55acaf7d43af..50585d045bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handshake-cracker
pkgdesc = Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists.
- pkgver = 49.7a08271
+ pkgver = 50.2d3ae67
pkgrel = 1
url = https://github.com/semeion/handshake-cracker
arch = any
@@ -14,6 +14,7 @@ pkgbase = handshake-cracker
depends = ncurses
depends = psmisc
depends = gawk
+ depends = macchanger
depends = coreutils
depends = glibc
depends = sed
diff --git a/PKGBUILD b/PKGBUILD
index aa6b712591b1..4e07ebde442b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Alexandre Bolelli <semeion7@hotmail.com>
pkgname=handshake-cracker
-pkgver=49.7a08271
+pkgver=50.2d3ae67
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' 'wireshark-cli' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
+depends=('aircrack-ng' 'wireshark-cli' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk' 'macchanger'
'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml')
makedepends=('git')
source=('git+https://github.com/semeion/handshake-cracker.git')