From 7f57abadbe85459159cb8beb630f72943a6ddf90 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:09:27 -0400 Subject: [PATCH] python3-exifread: rebuild for Python 3.11 --- srcpkgs/python3-exifread/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template index 026f3553a2c..54dbc357d9c 100644 --- a/srcpkgs/python3-exifread/template +++ b/srcpkgs/python3-exifread/template @@ -1,7 +1,7 @@ # Template file for 'python3-exifread' pkgname=python3-exifread version=2.3.2 -revision=2 +revision=3 wrksrc="exif-py-${version}" build_style="python3-module" hostmakedepends="python3-setuptools"