From 48f01a2d3c41beda2dabdba60b717f30cf8d1088 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH] capstone: rebuild for Python 3.9 --- srcpkgs/capstone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index 7d9c46e1921..aebd3621f97 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone version=4.0.2 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=1 hostmakedepends="python-setuptools python3-setuptools"