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

Levente Polyak anthraxx at archlinux.org
Sat Nov 16 19:56:18 UTC 2019


    Date: Saturday, November 16, 2019 @ 19:56:18
  Author: anthraxx
Revision: 529834

upgpkg: python-yara 3.11.0-1

Modified:
  python-yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 19:56:00 UTC (rev 529833)
+++ PKGBUILD	2019-11-16 19:56:18 UTC (rev 529834)
@@ -4,9 +4,9 @@
 _gitname=yara-python
 pkgbase=python-yara
 pkgname=('python-yara' 'python2-yara')
-pkgver=3.10.0
-_gitcommit=32b6a74727d456a021937f5b57a0062404884df0
-pkgrel=2
+pkgver=3.11.0
+_gitcommit=188cb6e85137f715fef563f61c6b4f21ad026562
+pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples'
 url='https://github.com/VirusTotal/yara-python'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd ${pkgbase}
-  git describe --always | sed 's/^v//;s/-/./g'
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {



More information about the arch-commits mailing list