From da4a05f52d3a91491d26ed98c968ff030fc9175a Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 31 Dec 2020 11:03:35 +0100 Subject: [PATCH 1/2] radare2: update to 5.0.0. --- srcpkgs/radare2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/radare2/template b/srcpkgs/radare2/template index 3046be71cf5..9e4243f65ae 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=4.5.1 +version=5.0.0 revision=1 build_style=gnu-configure configure_args="--with-syscapstone" @@ -12,7 +12,7 @@ maintainer="Johannes " license="LGPL-3.0-only" homepage="http://www.radare.org" distfiles="https://github.com/radareorg/radare2/archive/${version}.tar.gz" -checksum=4e85b35987bd2ca5881ad9585970b970fe7374814bd383bd1cd62e961a0c228b +checksum=517dd80ebd0569f31498887338eacb92e8cf054bc4625eef8ffe9ea174c1adae case "$XBPS_TARGET_MACHINE" in mips*) CFLAGS="-Os";; From e2b4b52a7033597641c1375f8805fa4b803db4e8 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 4 Jan 2021 20:08:59 +0100 Subject: [PATCH 2/2] cutter: rebuild for radare2-5.0.0. --- srcpkgs/cutter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template index f0dadb5d5dd..646d7b64bab 100644 --- a/srcpkgs/cutter/template +++ b/srcpkgs/cutter/template @@ -1,7 +1,7 @@ # Template file for 'cutter' pkgname=cutter version=1.12.0 -revision=1 +revision=2 build_wrksrc=src build_style=qmake configure_args="CUTTER_EXTRA_PLUGIN_DIRS=/usr/lib/RadareOrg/Cutter/plugins"