[arch-commits] Commit in radare2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Mar 20 16:16:51 UTC 2020
Date: Friday, March 20, 2020 @ 16:16:50
Author: anthraxx
Revision: 601911
upgpkg: radare2 4.3.1-2: adding r2ghidra-dec optdepends
Modified:
radare2/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-20 16:14:07 UTC (rev 601910)
+++ PKGBUILD 2020-03-20 16:16:50 UTC (rev 601911)
@@ -3,7 +3,7 @@
pkgname=radare2
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
url='https://radare.org'
arch=('x86_64')
@@ -11,6 +11,7 @@
depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
makedepends=('meson')
+optdepends=('r2ghidra-dec: ghidra decompiler plugin')
options=('!emptydirs')
source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('4abcb9c9dff24eab44d64d392e115ae774ab1ad90d04f2c983d96d7d7f9476aa')
More information about the arch-commits
mailing list