summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:22 -0400
committerbrent s2016-04-06 04:18:22 -0400
commitd0a7fcbe3b6d6a583095836e987a4e9b43b43400 (patch)
tree45dae59549f43934e736871a48e424135fc8599c
parent8688cb33872f4788f8c572c969a7b2ebd3a003a8 (diff)
downloadaur-d0a7fcbe3b6d6a583095836e987a4e9b43b43400.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 2a6a6dc358ae..3086283dfa2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 07:10:03 UTC 2016
+# Wed Apr 6 08:18:22 UTC 2016
pkgbase = johnny-git
pkgdesc = A GUI for john (the ripper, a password audit tool)
pkgver = r527.c862833
- pkgrel = 1
+ pkgrel = 2
url = http://openwall.info/wiki/john/johnny
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = johnny-git
provides = johnny
conflicts = johnny
source = git+https://github.com/shinnok/johnny.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = johnny-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b92cd898908a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+johnny-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 a4db7b35116b..6d5c0c90fe54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
pkgname=johnny-git
_pkgname=johnny
pkgver=r527.c862833
-pkgrel=1
+pkgrel=2
pkgdesc="A GUI for john (the ripper, a password audit tool)"
arch=('i686' 'x86_64')
url="http://openwall.info/wiki/john/johnny"
@@ -11,7 +12,7 @@ install=
changelog=
source=("git+https://github.com/shinnok/johnny.git")
noextract=()
-md5sums=('SKIP')
+sha512sums=('SKIP')
depends=('john' 'qt5-base')
makedepends=('john' 'qt5-base')
provides=('johnny')