[arch-commits] Commit in python-threat9-test-bed/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Nov 23 01:08:14 UTC 2018


    Date: Friday, November 23, 2018 @ 01:08:14
  Author: anthraxx
Revision: 409464

upgpkg: python-threat9-test-bed 0.6.0+2+g1ed61b3-1 (backport re matcher)

Modified:
  python-threat9-test-bed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-23 00:47:36 UTC (rev 409463)
+++ PKGBUILD	2018-11-23 01:08:14 UTC (rev 409464)
@@ -2,9 +2,9 @@
 
 pkgname=python-threat9-test-bed
 _pyname=threat9-test-bed
-_gitcommit=142f59b74023538626910a3a3a17b8802e0645bf
-pkgver=0.6.0
-pkgrel=2
+_gitcommit=1ed61b34d0b138711e3f8267259cdb29787fe349
+pkgver=0.6.0+2+g1ed61b3
+pkgrel=1
 pkgdesc='Threat9 Test Bed'
 url='https://github.com/threat9/threat9-test-bed'
 arch=('any')
@@ -18,7 +18,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/-/./g'
+  git describe --always --tags | sed 's/^v//;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list