From f69f927bb2a86d44a5be320447e8e4335735b358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 10 Jul 2023 16:07:01 +0100 Subject: [PATCH] uftrace: rebuild for capstone-5.0. --- srcpkgs/uftrace/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template index 8f703e0a812..3e7690e4ea9 100644 --- a/srcpkgs/uftrace/template +++ b/srcpkgs/uftrace/template @@ -1,7 +1,7 @@ # Template file for 'uftrace' pkgname=uftrace version=0.14 -revision=1 +revision=2 archs="x86_64* i686* aarch64* arm*" build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"