[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 7 09:01:37 UTC 2018


    Date: Friday, September 7, 2018 @ 09:01:37
  Author: felixonmars
Revision: 378513

upgpkg: certbot 0.27.1-1

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-07 08:56:40 UTC (rev 378512)
+++ PKGBUILD	2018-09-07 09:01:37 UTC (rev 378513)
@@ -3,24 +3,24 @@
 # Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
 
 pkgname=certbot
-pkgver=0.27.0
+pkgver=0.27.1
 pkgrel=1
 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'
+depends=('ca-certificates' 'python-acme' 'python-configargparse' 'python-configobj'
          'python-cryptography' 'python-mock' 'python-parsedatetime' 'python-pyrfc3339'
          'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface')
 checkdepends=('python-pytest-runner')
-optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
-            "certbot-nginx: Nginx plugin for Let’s Encrypt client")
+optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
+            'certbot-nginx: Nginx plugin for Let’s Encrypt client')
 replaces=("letsencrypt")
 source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
               '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
               'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('fd504a128a3f8c485f43570c2ffae52831bef951d765cf8e0386972eb979f6bd8d3e1897434359a592d20833a5773eef600c98a46502d88bd9cb752f30d05058'
+sha512sums=('3750cf7a7c5249b35e288a541474babd2addc027482f960b6e720d8eaff4675179d19764bacc62dea425678665c33541e4fba75f451f93ec0e56c3b12640db52'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list