From ddcbdf4095f2fcb89f536b6072ac47ae1448bef5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:48 -0400 Subject: [PATCH] python-cffi: rebuild for Python 3.11 --- srcpkgs/python-cffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 642492e9cd9..ae02f0fd527 100644 --- a/srcpkgs/python-cffi/template +++ b/srcpkgs/python-cffi/template @@ -1,7 +1,7 @@ # Template file for 'python-cffi' pkgname=python-cffi version=1.15.1 -revision=1 +revision=2 wrksrc="cffi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libffi-devel"