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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Sep 7 19:58:35 UTC 2021


    Date: Tuesday, September 7, 2021 @ 19:58:34
  Author: anthraxx
Revision: 1011967

upgpkg: r2ghidra 5.4.1-1

Modified:
  r2ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 19:29:53 UTC (rev 1011966)
+++ PKGBUILD	2021-09-07 19:58:34 UTC (rev 1011967)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=r2ghidra
-_gitcommit=e9d8fafec4e9bec39cddc09c4415efb4da28ba93
-_ghidra_native=9d7f7d1d8aed8d2360e8efe7976ebb2bb1f1b399
-pkgver=5.3.0.r6.ge9d8fafe
+_gitcommit=f244bfa72677d10e5bd41183e0e51255b833b499
+_ghidra_native=358132818b1055cd6bbfdb8c08819a79e1e9cde8
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Deep ghidra decompiler integration for radare2 and iaito'
 url='https://github.com/radareorg/r2ghidra'
@@ -30,14 +30,12 @@
   git submodule init
   git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
   git submodule update --recursive
-  # reproducible builds
-  sed '/git clone https/d' -i Makefile
   ln -sf "${srcdir}/ghidra-native" ghidra-native
 }
 
 build() {
   cd ${pkgname}
-  make ghidra/ghidra/Ghidra
+  make -C ghidra-native patch
   cmake \
     -B build \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list