diff options
Diffstat (limited to 'community/certbot/APKBUILD')
-rw-r--r-- | community/certbot/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 7f2269a1bb..e592b4f3f6 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.38.0 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -13,6 +13,7 @@ depends=" py3-configargparse py3-configobj py3-cryptography + py3-distro py3-distutils-extra py3-josepy py3-mock |