certbot: update to 1.1.0

This commit is contained in:
Alex Childs 2020-01-23 22:43:17 -06:00 committed by Helmut Pozimski
parent 17021665ca
commit 0eada17b02

View file

@ -1,6 +1,6 @@
# Template file for 'certbot' # Template file for 'certbot'
pkgname=certbot pkgname=certbot
version=1.0.0 version=1.1.0
revision=3 revision=3
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
@ -16,7 +16,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://certbot.eff.org/" homepage="https://certbot.eff.org/"
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz" distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
checksum=86b82d31db19fffffb0d6b218951e2121ef514e3ff659aa042deaf92a33e302a checksum=46e93661a0db53f416c0f5476d8d2e62bc7259b7660dd983453b85df9ef6e8b8
post_install() { post_install() {
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests