diff options
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 061af6f295..0e86046ccc 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.39.0 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" license="Apache" depends=" py3-acme=$pkgver-r$pkgrel - py3-argparse py3-configargparse py3-configobj py3-cryptography |