summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf43nd1r2020-08-07 01:52:02 +0200
committerf43nd1r2020-08-07 01:52:02 +0200
commit2ddfb41ca8d2d65cbb991ffe83e1ea90c8993eeb (patch)
treee9285ca7b2e296520e0dc7baf3459bff06c2aa38
parenteb345529909239a9c33518fa62f04bd994954bd6 (diff)
downloadaur-2ddfb41ca8d2d65cbb991ffe83e1ea90c8993eeb.tar.gz
v1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf82b63e3342..e55f5c43ca02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = python-certbot-dns-netcup
pkgdesc = netcup DNS Authenticator plugin for Certbot
- pkgver = 0.31.0.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/coldfix/certbot-dns-netcup
arch = any
license = Apache
- license = License
- license = 2.0
makedepends = python
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/c/certbot-dns-netcup/certbot-dns-netcup-0.31.0.1.tar.gz
- sha256sums = 19693246ba8adc4550b18bb3cb00b9a4b2a0add737d76f62c1169cfc055293fc
+ source = https://files.pythonhosted.org/packages/source/c/certbot-dns-netcup/certbot-dns-netcup-1.0.0.tar.gz
+ sha256sums = 0b1c0202db893c7ad344a36c91a667e31fcc19576fa7f9143019b12e02ad4585
pkgname = python-certbot-dns-netcup
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