[arch-commits] Commit in rz-ghidra/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Apr 26 23:21:36 UTC 2021
Date: Monday, April 26, 2021 @ 23:21:35
Author: anthraxx
Revision: 924642
upgpkg: rz-ghidra 0.2.1-1
Modified:
rz-ghidra/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-26 23:12:34 UTC (rev 924641)
+++ PKGBUILD 2021-04-26 23:21:35 UTC (rev 924642)
@@ -2,8 +2,8 @@
pkgname=rz-ghidra
_gitcommit=8df3bf7a6c392e3839dae005e3887ce953b5dabf
-_gitcutter=8d47919234e179284e7ca918cde827abc82a1b6b
-pkgver=0.2.0
+_gitcutter=8d4c86069055f7bc70af8845f7de3069193f6be3
+pkgver=0.2.1
pkgrel=1
pkgdesc='Deep ghidra decompiler integration for rizin and rz-cutter'
url='https://github.com/rizinorg/rz-ghidra'
@@ -22,6 +22,7 @@
pkgver() {
cd ${pkgname}
+ git tag -d rz-0.2.0 >/dev/null
git describe --tags --match 'rz-*' | sed 's/^rz-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
More information about the arch-commits
mailing list