From 6fd21d6e9408c15bf1b43449b7edf4904f267f25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH] capstone: rebuild for Python 3.10 --- srcpkgs/capstone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index aebd3621f9..255b813f79 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone version=4.0.2 -revision=2 +revision=3 build_style=gnu-makefile make_use_env=1 hostmakedepends="python-setuptools python3-setuptools"