From 47b1317b486dd1c3c109f0316d05a0d9f705e34d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 24 Dec 2019 12:24:27 +0100 Subject: [PATCH] certbot: rebuild for Python 3.8.1. --- srcpkgs/certbot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index fe61ad0f13e..008d7610767 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,7 +1,7 @@ # Template file for 'certbot' pkgname=certbot version=1.0.0 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools"