summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-01-18 21:09:58 -0500
committerbrent s2016-01-18 21:09:58 -0500
commit97a36e0ca21349d8204b779c56fbfbb2a92084e7 (patch)
tree83b2304d048c010d6bd665155ccbc28cb39a7422
parent9bd1375a84b9e8e647e8ec140a0b4a0ca8541724 (diff)
downloadaur-97a36e0ca21349d8204b779c56fbfbb2a92084e7.tar.gz
pkgbuild cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d90c0ae640d..a10c39b6ac8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 19 02:09:58 UTC 2016
pkgbase = rcracki_mt
pkgdesc = Rcracki_mt can be used to perform a rainbow table attack on password hashes. It is intended for indexed&perfected rainbow tables, mainly generated by the distributed project www.freerainbowtables.com
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = http://rcracki.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 01609a408000..0daee740b9f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# Maintainer: Spider.007 <archPackage@spider007.net>
+# Maintainer: brent s. <bts[at]square-r00t[dot]net>
# Contributor: Spider.007 <archPackage@spider007.net>
-packager="Spider.007 <archPackage@spider007.net>"
pkgname=rcracki_mt
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Rcracki_mt can be used to perform a rainbow table attack on password hashes. It is intended for indexed&perfected rainbow tables, mainly generated by the distributed project www.freerainbowtables.com"
url="http://rcracki.sourceforge.net/"
depends=('openssl')
license=('GPL')
-source=("http://downloads.sourceforge.net/project/rcracki/rcracki_mt/rcracki_mt_${pkgver}/rcracki_mt_${pkgver}_src.7z")
+source=("http://downloads.sourceforge.net/project/rcracki/rcracki_mt/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src.7z")
md5sums=('7894d6bcec9e307fac27a8f9052ade80')
arch=('i686' 'x86_64')