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

Felix Yan felixonmars at archlinux.org
Thu Jan 12 03:06:03 UTC 2017


    Date: Thursday, January 12, 2017 @ 03:06:03
  Author: felixonmars
Revision: 206871

upgpkg: certbot 0.10.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 03:01:16 UTC (rev 206870)
+++ PKGBUILD	2017-01-12 03:06:03 UTC (rev 206871)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
 
 pkgname=certbot
-pkgver=0.9.3
+pkgver=0.10.0
 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')
@@ -11,9 +11,8 @@
 url="https://letsencrypt.org/"
 depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 'python2-configobj'
          'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'
-         'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 'python2-pytz'
-         'python2-requests' 'python2-setuptools' 'python2-six' 'python2-zope-component'
-         'python2-zope-interface')
+         'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 'python2-requests' 'python2-setuptools'
+         'python2-six' 'python2-zope-component' 'python2-zope-interface')
 optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
             "certbot-nginx: Nginx plugin for Let’s Encrypt client")
 checkdepends=('python2-nose')
@@ -22,7 +21,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
               '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
               'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('df58b67f37d3c4ef5126de4ed45c1cea'
+md5sums=('7b86b9c7d4bcff18187fc384d331b140'
          'SKIP')
 
 build() {



More information about the arch-commits mailing list