summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-07-05 12:14:38 +0200
committeranthraxx2016-07-05 12:14:38 +0200
commit6c0da458499cbec876aad738073526fd78aa1a82 (patch)
tree84d1eb9de6efe3d28ec696ab6d0dff96b06a61a9
parent8d52913c71d5ad620fb4c18989c75064b692b2aa (diff)
downloadaur-6c0da458499cbec876aad738073526fd78aa1a82.tar.gz
upgpkg: hashcat-git 3.00.1214.69e3e39-1 (makefile patch upstreamed)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab83235d14c..78b3ff7dda45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 19:13:03 UTC 2016
+# Tue Jul 5 10:14:38 UTC 2016
pkgbase = hashcat-git
- pkgdesc = A multithreaded cross platform hash cracker
- pkgver = 3.00.1210.30919d4
+ pkgdesc = Multithreaded advanced password recovery utility
+ pkgver = 3.00.1214.69e3e39
pkgrel = 1
url = https://hashcat.net/hashcat
arch = i686
@@ -18,9 +18,7 @@ pkgbase = hashcat-git
provides = hashcat
conflicts = hashcat
source = hashcat-git::git+https://github.com/hashcat/hashcat
- source = makefile.patch
sha512sums = SKIP
- sha512sums = be389cce5f325437b965c755819c09d6b997c534caebd74a947659f8d950e9b3cee365c993928c5522188e53412156eb64218dd844952125de96e7b764716a7d
pkgname = hashcat-git
diff --git a/PKGBUILD b/PKGBUILD
index ff75d27b9f19..90e28559b6f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Sam Stuewe <halosghost at archlinux dot info>
pkgname=hashcat-git
-pkgver=3.00.1210.30919d4
+pkgver=3.00.1214.69e3e39
pkgrel=1
-pkgdesc='A multithreaded cross platform hash cracker'
+pkgdesc='Multithreaded advanced password recovery utility'
url='https://hashcat.net/hashcat'
arch=('i686' 'x86_64')
depends=('gmp' 'libcl')
@@ -15,10 +15,8 @@ makedepends=('git' 'opencl-headers')
license=('MIT')
provides=('hashcat')
conflicts=('hashcat')
-source=(${pkgname}::git+https://github.com/hashcat/hashcat
- makefile.patch)
-sha512sums=('SKIP'
- 'be389cce5f325437b965c755819c09d6b997c534caebd74a947659f8d950e9b3cee365c993928c5522188e53412156eb64218dd844952125de96e7b764716a7d')
+source=(${pkgname}::git+https://github.com/hashcat/hashcat)
+sha512sums=('SKIP')
pkgver() {
cd ${pkgname}
@@ -28,11 +26,6 @@ pkgver() {
"$(git rev-parse --short HEAD)"
}
-prepare() {
- cd ${pkgname}
- patch -p1 < "${srcdir}/makefile.patch"
-}
-
build() {
cd ${pkgname}
make PREFIX=/usr