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

Levente Polyak anthraxx at archlinux.org
Tue Dec 18 19:37:55 UTC 2018


    Date: Tuesday, December 18, 2018 @ 19:37:54
  Author: anthraxx
Revision: 416700

upgpkg: hcxdumptool 5.1.0-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-18 19:36:43 UTC (rev 416699)
+++ PKGBUILD	2018-12-18 19:37:54 UTC (rev 416700)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=hcxdumptool
-_gitcommit=3a42fbe754a2b3f31f2495888bd5f5f84b767329
-pkgver=5.0.0
+_gitcommit=b305ebe4d2bf27526c6f502d28dbc3daea5a3bba
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -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() {



More information about the arch-commits mailing list