summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorf43nd1r2024-03-13 19:05:56 +0100
committerf43nd1r2024-03-13 19:05:56 +0100
commit9d23a528fcaed9dfcbcb8839ae6d765e25241f8a (patch)
tree60340d5b2283475b96bb7ba82d4fce802b1d0506 /PKGBUILD
parent79d64fae14c23f739aa2ead6cfb5e22f9118de03 (diff)
downloadaur-python-certbot-dns-netcup.tar.gz
update to v1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b6bf81be877..d2e04ce52fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Thomas Gläßle <thomas@coldfix.de>
_name=certbot-dns-netcup
pkgname=python-$_name
-pkgver=1.3.0
+pkgver=1.4.3
pkgrel=1
pkgdesc="netcup DNS Authenticator plugin for Certbot"
arch=(any)
@@ -10,8 +10,8 @@ url="https://github.com/coldfix/certbot-dns-netcup"
license=("Apache")
depends=("certbot>=0.31.0" "dns-lexicon>=3.2.3")
makedepends=("python" "python-setuptools")
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('557b52d2db3e3090f8648ce69668ce9bab1e1d7d3f93f101e88306d20e949a24')
+source=("https://github.com/coldfix/$_name/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('f817dc36ba293e3f355b711df30271019fabbd51a18575302eb594e133feaa74')
build() {
cd $_name-$pkgver