summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3785cbdd9404..494d84502e0d 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.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="netcup DNS Authenticator plugin for Certbot"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/coldfix/certbot-dns-netcup"
license=("Apache")
makedepends=("python" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('0b1c0202db893c7ad344a36c91a667e31fcc19576fa7f9143019b12e02ad4585')
+sha256sums=('c52179526e4ebbb40a4f78aa46a469f5223d0d2c255e08e10da422a9639989fc')
build() {
cd $_name-$pkgver
python setup.py build