From 692c14f2192626466d05c7169feb457f0a469333 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Aug 2016 06:52:38 +0200 Subject: [PATCH] certbot: noarch=yes; fix pycompile_module. --- srcpkgs/certbot/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index 13e9f656e1..eb1945072f 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,10 +1,11 @@ # Template file for 'certbot' pkgname=certbot version=0.8.1 -revision=1 +revision=2 +noarch=yes build_style=python-module hostmakedepends="python-setuptools" -pycompile_module="letsencrypt" +pycompile_module="certbot" makedepends="python-devel" depends="python-setuptools python-pytz python-zope.interface python-psutil python-configobj"