From ad88ad6badd7d9b1c860057d4d28bb401329ba63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:14 -0400 Subject: [PATCH] keystone: rebuild for Python 3.11 --- srcpkgs/keystone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template index 4bea14d5ca2..8b81fa24017 100644 --- a/srcpkgs/keystone/template +++ b/srcpkgs/keystone/template @@ -1,7 +1,7 @@ # Template file for 'keystone' pkgname=keystone version=0.9.2 -revision=3 +revision=4 build_style=cmake configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all' hostmakedepends="python3-setuptools"