diff options
-rw-r--r-- | community/certbot/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index f1755f8b02..c0f517e366 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=1 +pkgrel=2 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -20,14 +20,11 @@ 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" +replaces="letsencrypt" 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 |