[arch-commits] Commit in hashcat/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Dec 18 19:16:17 UTC 2018


    Date: Tuesday, December 18, 2018 @ 19:16:16
  Author: anthraxx
Revision: 416694

upgpkg: hashcat 1:5.1.0-1 (style/cosmetics)

Modified:
  hashcat/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-18 19:12:45 UTC (rev 416693)
+++ PKGBUILD	2018-12-18 19:16:16 UTC (rev 416694)
@@ -19,11 +19,12 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  rm -rf deps/{OpenCL-Headers,xxHash}
   make \
     PREFIX=/usr \
     SHARED=1 \
-    USE_SYSTEM_OPENCL=1 \
-    USE_SYSTEM_XXHASH=1
+    USE_SYSTEM_XXHASH=1 \
+    USE_SYSTEM_OPENCL=1
 }
 
 package() {
@@ -32,8 +33,8 @@
     DESTDIR="${pkgdir}" \
     PREFIX=/usr \
     SHARED=1 \
+    USE_SYSTEM_XXHASH=1 \
     USE_SYSTEM_OPENCL=1 \
-    USE_SYSTEM_XXHASH=1 \
     install
   install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



More information about the arch-commits mailing list