From d06cacc8f2a2f20ccc65909feb6144c856e25807 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH] duplicity: rebuild for Python 3.9 --- srcpkgs/duplicity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 3f82307c098..ff421ea456f 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,7 @@ # Template file for 'duplicity' pkgname=duplicity version=0.8.16 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools" makedepends="python3-devel librsync-devel"