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

Levente Polyak anthraxx at archlinux.org
Fri May 15 18:04:39 UTC 2020


    Date: Friday, May 15, 2020 @ 18:04:38
  Author: anthraxx
Revision: 628050

upgpkg: hcxkeys 6.0.0-1

Modified:
  hcxkeys/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 17:42:14 UTC (rev 628049)
+++ PKGBUILD	2020-05-15 18:04:38 UTC (rev 628050)
@@ -1,8 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=hcxkeys
-_gitcommit=451c639d5fc099acb3eb86f647450650452cba2e
-pkgver=4.0.1+4+g451c639
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Set of tools to generate plainmasterkeys (rainbowtables) and hashes for hashcat and John the Ripper'
 url='https://github.com/ZerBea/hcxkeys'
@@ -9,23 +8,23 @@
 arch=('x86_64')
 license=('MIT')
 depends=('openssl' 'opencl-driver' 'opencl-icd-loader')
-makedepends=('git' 'opencl-headers')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxkeys#commit=${_gitcommit}")
-sha512sums=('SKIP')
+makedepends=('opencl-headers')
+source=(https://github.com/ZerBea/hcxkeys/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        https://github.com/ZerBea/hcxkeys/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('e3efd9ff6ea7fa7bfbb1fb4a1784938c6de96f25ce4a229be500960f8d9848dc9429a9274a6e13ddbc3f6085feaa85cad6598929cc66d652f7717695324defca'
+            'SKIP')
+b2sums=('2280da77f506133fe884c990450e237724ffa049a88c0a52b8f85cb60bb8386a89246e9ed44058293a87d824125a12da6652e827b8699411e7bfba7a9b5697ee'
+        'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
 
-pkgver() {
-  cd ${pkgname}
-  git describe --tags|sed -r 's|v?(.+)|\1|'|sed 's|-|+|g'
-}
-
 build() {
-  cd ${pkgname}
-  make
+  cd ${pkgname}-${pkgver}
+  make PRODUCTION=1
 }
 
 package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



More information about the arch-commits mailing list