summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2025-09-11 01:58:12 (GMT)
committerBritney Fransen <brfransen@gmail.com>2025-09-11 01:58:12 (GMT)
commit9ba7c8b20d8d9594e8d8fd420c4e6e48e5300310 (patch)
treeff7a696ca3c441c4c0a1fde675ff97c259baf60b /linhes
parent02430669f68e15fabafd404eb9a6d9d1f0aae9ea (diff)
downloadlinhes_pkgbuild-9ba7c8b20d8d9594e8d8fd420c4e6e48e5300310.zip
linhes_pkgbuild-9ba7c8b20d8d9594e8d8fd420c4e6e48e5300310.tar.gz
linhes_pkgbuild-9ba7c8b20d8d9594e8d8fd420c4e6e48e5300310.tar.bz2
certbot-dns-duckdns: update to 1.6.0
Diffstat (limited to 'linhes')
-rw-r--r--linhes/certbot-dns-duckdns/PKGBUILD10
-rw-r--r--linhes/certbot-dns-duckdns/__changelog1
2 files changed, 6 insertions, 5 deletions
diff --git a/linhes/certbot-dns-duckdns/PKGBUILD b/linhes/certbot-dns-duckdns/PKGBUILD
index ef03a03..e2446d7 100644
--- a/linhes/certbot-dns-duckdns/PKGBUILD
+++ b/linhes/certbot-dns-duckdns/PKGBUILD
@@ -4,17 +4,17 @@
# Maintainer: eomanis at web dot de
pkgname='certbot-dns-duckdns'
-_pkgverUpstream="1.5"
-pkgver="1.5.0"
-pkgrel=2
+_pkgverUpstream="1.6"
+pkgver="1.6.0"
+pkgrel=1
pkgdesc="Plugin for certbot for a DNS-01 challenge with a DuckDNS domain"
arch=('any')
url='https://github.com/infinityofspace/certbot_dns_duckdns'
license=('MIT')
depends=('certbot' 'python-dnspython' 'python-requests')
-makedepends=( 'python-build' 'python-installer' 'python-wheel' )
+makedepends=( 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://github.com/infinityofspace/certbot_dns_duckdns/archive/refs/tags/v${_pkgverUpstream}.tar.gz")
-sha256sums=('76ffe14b0bff703be3c5a6ebc0c390cb7941c26d14cca0da742d6ef3534e22b9')
+sha256sums=('2dd20ab0a76ecdf2657a978ce9329a2acefe0c5df29d739920e43b00aa0ab809')
build() {
local srcRootDir="${srcdir}/certbot_dns_duckdns-${_pkgverUpstream}"
diff --git a/linhes/certbot-dns-duckdns/__changelog b/linhes/certbot-dns-duckdns/__changelog
new file mode 100644
index 0000000..d9862a1
--- /dev/null
+++ b/linhes/certbot-dns-duckdns/__changelog
@@ -0,0 +1 @@
+PKGBUILD: add to makedepends python-setuptools