summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2021-02-23 22:06:47 +0100
committerGordian Edenhofer2021-02-23 22:06:47 +0100
commitdbb9493f7d8caa62b18748631495f0ebb1a49ffa (patch)
tree1d22f5abaf5b1942c336b8cf8bf035bf28254b31 /PKGBUILD
parentcf9bdfeb68e602e603b0ca58eb2b9eab94002395 (diff)
downloadaur-dbb9493f7d8caa62b18748631495f0ebb1a49ffa.tar.gz
upgpkg: certbot-git 1.12.0.r19.g0f3f07b5c-1
upgpkg: certbot-plugins-git 1.12.0.r19.g0f3f07b5c-1 upgpkg: python-acme-git 1.12.0.r19.g0f3f07b5c-1 Prune letshelp-certbot-git since it was deleted upstream.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17db806eac08..181827c7d1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=python-acme-git
_reponame="certbot"
-pkgver=1.0.0.r23.gceea41c1e
+pkgver=1.12.0.r19.g0f3f07b5c
pkgrel=1
pkgdesc="ACME protocol implementation for Python"
arch=('any')
license=('Apache')
url="https://github.com/certbot/${_reponame}"
-depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 'python-pyopenssl'
- 'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 'python-requests'
- 'python-six' 'python-werkzeug' 'python-mock')
-optdepends=("python-dnspython: local validation of dns-01 challenges")
+depends=('python-setuptools' 'python-cryptography' 'python-josepy' 'python-pyopenssl'
+ 'python-pyrfc3339' 'python-pytz' 'python-requests' 'python-requests-toolbelt')
makedepends=('git')
provides=("python-acme=${pkgver}")
conflicts=("python-acme")