From 66e8aee8f965bba47a1e5a6eea3c9def53c1ba16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 4 Nov 2022 16:18:32 -0400 Subject: [PATCH] python3-pygit2: rebuild for Python 3.11 --- srcpkgs/python3-pygit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pygit2/template b/srcpkgs/python3-pygit2/template index a5632f85ae1..291c815bbef 100644 --- a/srcpkgs/python3-pygit2/template +++ b/srcpkgs/python3-pygit2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pygit2' pkgname=python3-pygit2 version=1.10.1 -revision=1 +revision=2 wrksrc="pygit2-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel python3-pip python3-setuptools"