summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0253f4588143..1e70ad2e2030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 00:32:24 UTC 2016
+# Tue Feb 16 14:45:01 UTC 2016
pkgbase = chapcrack-git
pkgdesc = A tool for parsing and decrypting MS-CHAPv2 network handshakes.
pkgver = ae2827f
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/moxie0/chapcrack
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9e7b37456b9c..40607005658b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=chapcrack-git
pkgver=ae2827f
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for parsing and decrypting MS-CHAPv2 network handshakes."
arch=('i686' 'x86_64')
url="https://github.com/moxie0/chapcrack"
-license="GPL3"
+license=("GPL3")
depends=('python2' 'python2-dpkt' 'python2-m2crypto' 'python2-passlib')
source=('git+https://github.com/moxie0/chapcrack.git')
md5sums=('SKIP')