Date: Tuesday, December 18, 2018 @ 19:39:37 Author: anthraxx Revision: 416702
upgpkg: hcxtools 5.1.0-1 Modified: hcxtools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-18 19:38:08 UTC (rev 416701) +++ PKGBUILD 2018-12-18 19:39:37 UTC (rev 416702) @@ -1,8 +1,8 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=hcxtools -_gitcommit=f38b771c637e6e001f97d9baec02eac051ecd643 -pkgver=5.0.0 +_gitcommit=c1ef441df654268c10904105ea5c96ef66c73237 +pkgver=5.1.0 pkgrel=1 pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats' url='https://github.com/ZerBea/hcxtools' @@ -15,7 +15,7 @@ pkgver() { cd ${pkgname} - git describe --tags|sed -r 's|v?(.+)|\1|'|sed 's|-|+|g' + git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||' } build() {
