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

Levente Polyak anthraxx at archlinux.org
Thu Apr 1 00:45:59 UTC 2021


    Date: Thursday, April 1, 2021 @ 00:45:58
  Author: anthraxx
Revision: 910760

upgpkg: r2ghidra 5.1.1-2: fix cutter plugin location

Modified:
  r2ghidra/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-01 00:29:52 UTC (rev 910759)
+++ PKGBUILD	2021-04-01 00:45:58 UTC (rev 910760)
@@ -4,7 +4,7 @@
 _gitcommit=741a26aac3f463da8d528b5c68827e174a53b83d
 _gitcutter=86ee0a9caedc9d515d62738d4b33aaa9e346ac2f
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deep ghidra decompiler integration for radare2 and r2cutter'
 url='https://github.com/radareorg/r2ghidra'
 arch=('x86_64')
@@ -34,6 +34,7 @@
   git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
   git config submodule."ghidra/ghidra".url "${srcdir}/radare-ghidra"
   git submodule update --recursive
+  sed 's|RadareOrg/Cutter|radareorg/r2cutter|g' -i CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list