summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:21 -0400
committerbrent s2016-04-06 04:18:21 -0400
commit75be944eed9b05dc7b0f5e7cd6347a9a19a3936d (patch)
tree67b9f1b67ce5d6787eba9b617f849dcd2e6154a4
parent1fc5b368b3705b0156433789fad465288e6ab21c (diff)
downloadaur-75be944eed9b05dc7b0f5e7cd6347a9a19a3936d.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD5
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e70ad2e2030..1ccdeaa2112a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 14:45:01 UTC 2016
+# Wed Apr 6 08:18:21 UTC 2016
pkgbase = chapcrack-git
pkgdesc = A tool for parsing and decrypting MS-CHAPv2 network handshakes.
pkgver = ae2827f
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/moxie0/chapcrack
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = chapcrack-git
depends = python2-m2crypto
depends = python2-passlib
source = git+https://github.com/moxie0/chapcrack.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = chapcrack-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..38af7d00219c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+chapcrack-git
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 40607005658b..491dbecc9d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Past maintainer: onny <onny@project-insanity.org>
# Contributor: onny <onny@project-insanity.org>
pkgname=chapcrack-git
pkgver=ae2827f
-pkgrel=4
+pkgrel=5
pkgdesc="A tool for parsing and decrypting MS-CHAPv2 network handshakes."
arch=('i686' 'x86_64')
url="https://github.com/moxie0/chapcrack"
license=("GPL3")
depends=('python2' 'python2-dpkt' 'python2-m2crypto' 'python2-passlib')
source=('git+https://github.com/moxie0/chapcrack.git')
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${SRCDEST}/chapcrack"