summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2018-12-03 06:32:49 -0500
committerbrent s2018-12-03 06:32:49 -0500
commit5499f63110b6dc17d91915c73f13749009227949 (patch)
tree01f5fe10ef7a845346fe1634f4fe9e9725290a59
parente1237a48cc08252fbe460d55d8a26d3e26cbd7fd (diff)
downloadaur-5499f63110b6dc17d91915c73f13749009227949.tar.gz
updating makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 063acf0d7c5d..0401d41bdb9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 21:26:27 UTC 2016
+# Mon Dec 3 11:32:49 UTC 2018
pkgbase = chapcrack-git
pkgdesc = A tool for parsing and decrypting MS-CHAPv2 network handshakes.
pkgver = ae2827f
@@ -8,6 +8,8 @@ pkgbase = chapcrack-git
arch = i686
arch = x86_64
license = GPL3
+ makedepends = python2
+ makedepends = python2-setuptools
depends = python2
depends = python2-dpkt
depends = python2-m2crypto
diff --git a/PKGBUILD b/PKGBUILD
index c3946da9c479..27758f6a2ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ arch=('i686' 'x86_64')
url="https://github.com/moxie0/chapcrack"
license=("GPL3")
depends=('python2' 'python2-dpkt' 'python2-m2crypto' 'python2-passlib')
+makedepends=('python2' 'python2-setuptools')
source=('git+https://github.com/moxie0/chapcrack.git')
sha512sums=('SKIP')