summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author05storm262017-12-15 23:41:22 +0100
committer05storm262017-12-15 23:42:53 +0100
commit22eb88916dc6ed4b786f867df3d90815b8c2e9e2 (patch)
tree3808d86f960cdaf3c467b21d18a2c827619b5861 /PKGBUILD
parent952e7767ba543ee92c4a9a8a5a65432bdb86869f (diff)
downloadaur-22eb88916dc6ed4b786f867df3d90815b8c2e9e2.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}