summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author05storm262017-12-15 23:41:22 +0100
committer05storm262017-12-15 23:42:53 +0100
commit22eb88916dc6ed4b786f867df3d90815b8c2e9e2 (patch)
tree3808d86f960cdaf3c467b21d18a2c827619b5861
parent952e7767ba543ee92c4a9a8a5a65432bdb86869f (diff)
downloadaur-22eb88916dc6ed4b786f867df3d90815b8c2e9e2.tar.gz
Fix build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b02a15e0f89..4a8d7b220fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Dec 10 13:50:15 UTC 2015
pkgbase = hashcat-utils-git
pkgdesc = Hashcat-utils are a set of small utilities that are useful in advanced password cracking.
- pkgver = 1.2.r1.g9135127
- pkgrel = 2
+ pkgver = v1.8.r7.g0dd8834
+ pkgrel = 1
url = https://github.com/hashcat/hashcat-utils
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6dd270558924..53ff60780190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=hashcat-utils-git
-pkgver=1.2.r1.g9135127
-pkgrel=2
+pkgver=v1.8.r7.g0dd8834
+pkgrel=1
pkgdesc="Hashcat-utils are a set of small utilities that are useful in advanced password cracking."
arch=('i686' 'x86_64')
url="https://github.com/hashcat/hashcat-utils"
@@ -29,7 +29,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname/src"
- make linux
+ make
strip *.bin
}