From 0ffdfcb3de62e40acfd3e71a4d11cbcc71557a3c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH] python3-uritools: rebuild for Python 3.10 --- srcpkgs/python3-uritools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template index 761a8f4a179..c4d37f1591f 100644 --- a/srcpkgs/python3-uritools/template +++ b/srcpkgs/python3-uritools/template @@ -1,7 +1,7 @@ # Template file for 'python3-uritools' pkgname=python3-uritools version=3.0.0 -revision=2 +revision=3 wrksrc="uritools-${version}" build_style=python3-module hostmakedepends="python3-setuptools"