From e37fc94f48e777e4a21186961a0594587c9ae65e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH] python3-PyPDF2: rebuild for Python 3.9 --- srcpkgs/python3-PyPDF2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template index 771a4bf4001..b6c055a5569 100644 --- a/srcpkgs/python3-PyPDF2/template +++ b/srcpkgs/python3-PyPDF2/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyPDF2' pkgname=python3-PyPDF2 version=1.26.0 -revision=2 +revision=3 wrksrc="PyPDF2-${version}" build_style=python3-module hostmakedepends="python3-setuptools"