Skip to content

Commit

Permalink
Bump to 0.11.0.r179.gb3116af5
Browse files Browse the repository at this point in the history
Remove dialog, which is dropped since
certbot/certbot#3665
  • Loading branch information
Yen Chi Hsuan committed Apr 23, 2017
1 parent bb07280 commit f90061d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-certbot-git
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. (experimental Python3 variant)
pkgver = 0.11.0.r166.gba0ac032
pkgver = 0.11.0.r179.gb3116af5
pkgrel = 1
url = https://letsencrypt.org/
arch = any
Expand All @@ -17,7 +17,6 @@ pkgbase = python-certbot-git
depends = python-parsedatetime
depends = python-psutil
depends = python-pyrfc3339
depends = python-pythondialog
depends = python-pytz
depends = python-requests
depends = python-setuptools
Expand All @@ -27,9 +26,9 @@ pkgbase = python-certbot-git
optdepends = certbot-apache-git: Apache plugin for Let’s Encrypt client
optdepends = certbot-nginx-git: Nginx plugin for Let’s Encrypt client
optdepends = letshelp-certbot-git: Let's help Certbot client
provides = certbot=0.11.0.r166.gba0ac032
provides = python-certbot=0.11.0.r166.gba0ac032
provides = letsencrypt=0.11.0.r166.gba0ac032
provides = certbot=0.11.0.r179.gb3116af5
provides = python-certbot=0.11.0.r179.gb3116af5
provides = letsencrypt=0.11.0.r179.gb3116af5
conflicts = certbot
conflicts = letsencrypt
replaces = letsencrypt-git
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=python-certbot-git
_reponame="certbot"
pkgver=0.11.0.r166.gba0ac032
pkgver=0.11.0.r179.gb3116af5
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. (experimental Python3 variant)"
arch=('any')
Expand All @@ -11,7 +11,7 @@ url="https://letsencrypt.org/"
# Most AUR helpers unfortunately do not support versioned deps in the AUR ("python-acme=${pkgver}")
depends=('ca-certificates' 'python-acme-git' 'python-argparse' 'python-configargparse' 'python-configobj'
'python-cryptography' 'python-pyopenssl' 'python-mock' 'python-parsedatetime'
'python-psutil' 'python-pyrfc3339' 'python-pythondialog' 'python-pytz'
'python-psutil' 'python-pyrfc3339' 'python-pytz'
'python-requests' 'python-setuptools' 'python-six' 'python-zope-component'
'python-zope-interface')
optdepends=("certbot-apache-git: Apache plugin for Let’s Encrypt client"
Expand Down

0 comments on commit f90061d

Please sign in to comment.