diff --git a/srcpkgs/radare2/patches/ptrace-include.patch b/srcpkgs/radare2/patches/ptrace-include.patch deleted file mode 100644 index f7401dae45a..00000000000 --- a/srcpkgs/radare2/patches/ptrace-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libr/debug/p/native/linux/linux_coredump.c -+++ libr/debug/p/native/linux/linux_coredump.c -@@ -7,6 +7,7 @@ - #if __x86_64__ || __i386__ || __arm__ || __arm64__ - #include - #include -+#include - #include "linux_coredump.h" - - /* For compability */ diff --git a/srcpkgs/radare2/template b/srcpkgs/radare2/template index e99308b81c3..4822bbd1dc3 100644 --- a/srcpkgs/radare2/template +++ b/srcpkgs/radare2/template @@ -1,7 +1,7 @@ # Template file for 'radare2' # cutter needs to be bumped when radare2 is updated pkgname=radare2 -version=3.3.0 +version=3.4.1 revision=1 build_style=gnu-configure configure_args="--with-syscapstone" @@ -12,4 +12,6 @@ maintainer="Juan RP " license="LGPL-3.0-only" homepage="http://www.radare.org" distfiles="https://github.com/radare/radare2/archive/${version}.tar.gz" -checksum=3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb +checksum=3df1f9a79ef64f9c9205453c735ac5a29ef8e88f336fd16c5bbaa64b1dc0c975 + +disable_parallel_build=yes