From fec2e9ef5ae836aa1bf21d6e1458de2ee81e8cef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:38 -0400 Subject: [PATCH] python3-gitdb: rebuild for Python 3.11 --- srcpkgs/python3-gitdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template index 73eb021cb0f..bba5b08935a 100644 --- a/srcpkgs/python3-gitdb/template +++ b/srcpkgs/python3-gitdb/template @@ -1,7 +1,7 @@ # Template file for 'python3-gitdb' pkgname=python3-gitdb version=4.0.9 -revision=1 +revision=2 wrksrc="gitdb-${version}" build_style=python3-module hostmakedepends="python3-setuptools"