Date: Wednesday, April 29, 2020 @ 07:55:50 Author: anthraxx Revision: 622183
upgpkg: hcxtools 6.0.2-1 Modified: hcxtools/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-29 07:55:43 UTC (rev 622182) +++ PKGBUILD 2020-04-29 07:55:50 UTC (rev 622183) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=hcxtools -pkgver=5.3.0 +pkgver=6.0.2 pkgrel=1 pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats' url='https://github.com/ZerBea/hcxtools' @@ -10,18 +10,18 @@ depends=('curl' 'libpcap' 'zlib' 'openssl') source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc) -sha512sums=('2e170312847dabd1e32219ed2c4deb6c5e3a9b10f4aa792885a7db3997884aeb9534136aeaa5eddc856540faf30ec24fd06ac96c0ad20437589d7fa4858cd7d5' +sha512sums=('46c501a9c2e328bda0cf10e74aa9d2cd8abff98b45c720da0658bf5234ec263bbab69a8b9768de230fb30d6bbc6d709dcdd9596f3b1e6c804e0d073dc1e3b2ff' 'SKIP') validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <[email protected]> build() { cd ${pkgname}-${pkgver} - make + make PRODUCTION=1 } package() { cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" PREFIX=/usr install + make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}" install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" }
