[arch-commits] Commit in certbot/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Jan 28 05:39:28 UTC 2021
Date: Thursday, January 28, 2021 @ 05:39:27
Author: eschwartz
Revision: 833188
upgpkg: certbot 1.11.0-2: current version no longer depends on mock
Modified:
certbot/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-28 05:19:11 UTC (rev 833187)
+++ PKGBUILD 2021-01-28 05:39:27 UTC (rev 833188)
@@ -3,13 +3,13 @@
pkgname=certbot
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
arch=('any')
license=('Apache')
url="https://certbot.eff.org"
depends=('ca-certificates' 'python-acme' 'python-configargparse' 'python-configobj'
- 'python-cryptography' 'python-distro' 'python-mock' 'python-parsedatetime'
+ 'python-cryptography' 'python-distro' 'python-parsedatetime'
'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
'python-zope-interface')
checkdepends=('python-pytest')
More information about the arch-commits
mailing list