summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2021-02-26 21:10:09 +0100
committerGordian Edenhofer2021-02-26 21:15:19 +0100
commit8614b35df2360c34588784c2e60b967213342d30 (patch)
tree7f442a56ad0c2bf846341631b0203838f4691888 /PKGBUILD
parent7b5806783475a632632c4a942716e52650bce556 (diff)
downloadaur-8614b35df2360c34588784c2e60b967213342d30.tar.gz
upgpkg: certbot-git 1.12.0.r30.gd3ca6af98-1
Drop dependency on letshelp-certbot-git . upgpkg: certbot-plugins-git 1.12.0.r30.gd3ca6af98-1 upgpkg: python-acme-git 1.12.0.r30.gd3ca6af98-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5454c8dc5c9d..27107e6e96d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=certbot-git
_reponame="certbot"
-pkgver=1.12.0.r19.g0f3f07b5c
+pkgver=1.12.0.r30.gd3ca6af98
pkgrel=1
pkgdesc="Tool to automatically receive and install X.509 certificates to enable TLS on servers"
arch=('any')
@@ -14,8 +14,7 @@ depends=('ca-certificates' 'python-acme-git' 'python-configargparse' 'python-con
'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
'python-zope-interface')
optdepends=("certbot-apache-git: Apache plugin for Let’s Encrypt client"
- "certbot-nginx-git: Nginx plugin for Let’s Encrypt client"
- "letshelp-certbot-git: Let's help Certbot client")
+ "certbot-nginx-git: Nginx plugin for Let’s Encrypt client")
makedepends=('git')
provides=("certbot=${pkgver}" "letsencrypt=${pkgver}")
conflicts=("certbot" "letsencrypt")