From 9954f9f3edd67501b6b75e822280ace28570dc22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH] python3-pyzbar: rebuild for Python 3.9 --- srcpkgs/python3-pyzbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template index b3cb17aacef..ce1d59993af 100644 --- a/srcpkgs/python3-pyzbar/template +++ b/srcpkgs/python3-pyzbar/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzbar' pkgname=python3-pyzbar version=0.1.8 -revision=3 +revision=4 wrksrc="pyzbar-${version}" build_style=python3-module hostmakedepends="python3-setuptools"