summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2023-06-08 11:17:42 -0400
committerGordian Edenhofer2023-06-08 11:17:42 -0400
commit94f3e445899d5ae0ad0b446b8d6a9c01c5d774e3 (patch)
tree97d477da76143bbc55c558759f4c7c61177350b0
parent0ab9e4ebfcb210f5c1c0d88356a1ccf9c2f1c1d7 (diff)
downloadaur-94f3e445899d5ae0ad0b446b8d6a9c01c5d774e3.tar.gz
upgpkg: certbot-git 2.6.0.r10.g2d8a274eb-1
upgpkg: certbot-plugins-git 2.6.0.r10.g2d8a274eb-1 upgpkg: python-acme-git 2.6.0.r10.g2d8a274eb-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052f14964af4..a01645dbad34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certbot-git
pkgdesc = Tool to automatically receive and install X.509 certificates to enable TLS on servers
- pkgver = 1.28.0.r4.ga73a86bbc
+ pkgver = 2.6.0.r10.g2d8a274eb
pkgrel = 1
url = https://certbot.eff.org/
arch = any
@@ -19,10 +19,11 @@ pkgbase = certbot-git
depends = python-setuptools
depends = python-zope-component
depends = python-zope-interface
+ depends = python-httplib2
optdepends = certbot-apache-git: Apache plugin for Let’s Encrypt client
optdepends = certbot-nginx-git: Nginx plugin for Let’s Encrypt client
- provides = certbot=1.28.0.r4.ga73a86bbc
- provides = letsencrypt=1.28.0.r4.ga73a86bbc
+ provides = certbot=2.6.0.r10.g2d8a274eb
+ provides = letsencrypt=2.6.0.r10.g2d8a274eb
conflicts = certbot
conflicts = letsencrypt
replaces = letsencrypt-git
diff --git a/PKGBUILD b/PKGBUILD
index 85cea6547ffc..55af33f6af09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=certbot-git
_reponame="certbot"
-pkgver=1.28.0.r4.ga73a86bbc
+pkgver=2.6.0.r10.g2d8a274eb
pkgrel=1
pkgdesc="Tool to automatically receive and install X.509 certificates to enable TLS on servers"
arch=('any')
@@ -12,7 +12,7 @@ url="https://certbot.eff.org/"
depends=('ca-certificates' 'python-acme-git' 'python-configargparse' 'python-configobj'
'python-cryptography' 'python-distro' 'python-josepy' 'python-parsedatetime'
'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
- 'python-zope-interface')
+ 'python-zope-interface' 'python-httplib2')
optdepends=("certbot-apache-git: Apache plugin for Let’s Encrypt client"
"certbot-nginx-git: Nginx plugin for Let’s Encrypt client")
makedepends=('git')