aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/certbot/APKBUILD')
-rw-r--r--community/certbot/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index e55dbd22303..f1755f8b027 100644
--- a/community/certbot/APKBUILD
+++ b/community/certbot/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot
pkgver=0.30.2
-pkgrel=0
+pkgrel=1
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
arch="noarch"
@@ -20,10 +20,14 @@ depends="
py3-tz
py3-setuptools
py3-zope-component
+ py3-zope-deprecation
+ py3-zope-deferredimport
py3-zope-interface
+ py3-zope-hookable
"
checkdepends="py3-augeas"
replaces="letsencrypt"
+makedepends="python3-dev"
subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache $pkgname-postfix"
source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver