From 7d3c2ef1bdd213caf6382649ef1e9dfb8e614794 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH] sip5: rebuild for Python 3.9 --- srcpkgs/sip5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template index 2ea0bab7b65..cbbd61cbb73 100644 --- a/srcpkgs/sip5/template +++ b/srcpkgs/sip5/template @@ -1,7 +1,7 @@ # Template file for 'sip5' pkgname=sip5 version=5.4.0 -revision=2 +revision=3 wrksrc="sip-$version" build_style=python3-module hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"