[arch-commits] Commit in certbot-dns-hetzner/trunk (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Sat Feb 6 16:03:06 UTC 2021


    Date: Saturday, February 6, 2021 @ 16:03:06
  Author: hashworks
Revision: 846866

upgpkg: certbot-dns-hetzner 1.0.5-2: Make python-requests-mock a dependency as suggested by Thorben Guenther <admin at xenrox.net>

Modified:
  certbot-dns-hetzner/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 16:03:02 UTC (rev 846865)
+++ PKGBUILD	2021-02-06 16:03:06 UTC (rev 846866)
@@ -2,13 +2,13 @@
 pkgname=certbot-dns-hetzner
 pkgdesc="Certbot plugin enabling dns-01 challenge on the Hetzner DNS API"
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 arch=("any")
 url="https://github.com/ctrlaltcoop/certbot-dns-hetzner"
 license=("APACHE")
-depends=("certbot" "python-requests" "python-zope-interface")
+depends=("certbot" "python-requests" "python-zope-interface" "python-requests-mock")
 makedepends=("python-setuptools")
-checkdepends=("python-pytest" "python-requests-mock")
+checkdepends=("python-pytest")
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('c2c2398bec560ee5607ee849c89f22fb38c0874c1620bc60c8aa20cf7148afbd')
 



More information about the arch-commits mailing list