summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorf43nd1r2020-08-07 01:52:02 +0200
committerf43nd1r2020-08-07 01:52:02 +0200
commit2ddfb41ca8d2d65cbb991ffe83e1ea90c8993eeb (patch)
treee9285ca7b2e296520e0dc7baf3459bff06c2aa38 /PKGBUILD
parenteb345529909239a9c33518fa62f04bd994954bd6 (diff)
downloadaur-2ddfb41ca8d2d65cbb991ffe83e1ea90c8993eeb.tar.gz
v1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c87f2398769..3785cbdd9404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Python package author: Thomas Gläßle <thomas@coldfix.de>
_name=certbot-dns-netcup
pkgname=python-$_name
-pkgver=0.31.0.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="netcup DNS Authenticator plugin for Certbot"
arch=(any)
url="https://github.com/coldfix/certbot-dns-netcup"
-license=(Apache License 2.0)
+license=("Apache")
makedepends=("python" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('19693246ba8adc4550b18bb3cb00b9a4b2a0add737d76f62c1169cfc055293fc')
+sha256sums=('0b1c0202db893c7ad344a36c91a667e31fcc19576fa7f9143019b12e02ad4585')
build() {
cd $_name-$pkgver
python setup.py build