summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorf43nd1r2023-06-14 20:34:47 +0200
committerf43nd1r2023-06-14 20:34:47 +0200
commit79d64fae14c23f739aa2ead6cfb5e22f9118de03 (patch)
tree8e328ff3b17a90cfe4695112dfa407e1df0a3fab /PKGBUILD
parent94c115e0cf939d5503bd8d34c2c6946d87fd984d (diff)
downloadaur-79d64fae14c23f739aa2ead6cfb5e22f9118de03.tar.gz
v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e92ee1d6123..8b6bf81be877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Python package author: Thomas Gläßle <thomas@coldfix.de>
_name=certbot-dns-netcup
pkgname=python-$_name
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="netcup DNS Authenticator plugin for Certbot"
arch=(any)
url="https://github.com/coldfix/certbot-dns-netcup"
license=("Apache")
-depends=("python-acme>=0.31.0" "certbot>=0.31.0" "dns-lexicon>=3.2.3" "python-zope-interface")
+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=('5c6512a784a57bf6ef2f6db5b83f6f50bfd88d8275d2af5751826b17010c100b')
+sha256sums=('557b52d2db3e3090f8648ce69668ce9bab1e1d7d3f93f101e88306d20e949a24')
+
build() {
cd $_name-$pkgver
python setup.py build