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

Levente Polyak anthraxx at archlinux.org
Thu Jul 4 23:25:30 UTC 2019


    Date: Thursday, July 4, 2019 @ 23:25:29
  Author: anthraxx
Revision: 487463

upgpkg: radare2-cutter 2feb8d12-1

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-04 23:14:46 UTC (rev 487462)
+++ PKGBUILD	2019-07-04 23:25:29 UTC (rev 487463)
@@ -2,8 +2,8 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=radare2-cutter
-_gitcommit=5390a7d173a37310cb3c8997581b1d9db0d0433b
-pkgver=1.8.2
+_gitcommit=2feb8d1280895d1a72ff467ad8b77fda7c21ab1d
+pkgver=2feb8d12
 pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
@@ -16,8 +16,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git tag -d deploy-test-pancake>/dev/null 2>&1||true
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --always --tags --match 'v.*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 build() {



More information about the arch-commits mailing list