summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/python-desec-dns-api2020-06-11 10:30:12 +0000
committerBOT gitlab.com/XenGi-aur/python-desec-dns-api2020-06-11 10:30:12 +0000
commitc617ad15c789bdfcf9c9e755dda67bff4b34cc49 (patch)
tree490af1931de1c02ad2eb8914ca7dd05014ff1944
parent86b6ee12403f28beb31106cab8e800592805b6f1 (diff)
downloadaur-c617ad15c789bdfcf9c9e755dda67bff4b34cc49.tar.gz
bumped to version 1.0.1-
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cad180859b..d8baa5965c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-desec-dns-api
pkgdesc = Python library wrapper for deSEC DNS API used by desec-dns-cli and ansible-desec-dns
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://gitlab.com/xengi/desec-dns-api
arch = any
license = MIT
makedepends = python-setuptools
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/d/desec_dns_api/desec_dns_api-1.0.0.tar.gz
- sha256sums = 792194a4d656c0e57365962b317d13496381bc4503de3ee789c89e23f829feae
+ source = https://files.pythonhosted.org/packages/source/d/desec_dns_api/desec_dns_api-1.0.1.tar.gz
+ sha256sums = e5333c456c8affee396f9d900c1cb5ebf070d6eb5de19418175bb4f00b031de7
pkgname = python-desec-dns-api
diff --git a/PKGBUILD b/PKGBUILD
index c549e1d1d06d..081e470ede51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-desec-dns-api
_name=${pkgname#python-}
_name=${_name//-/_}
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Python library wrapper for deSEC DNS API used by desec-dns-cli and ansible-desec-dns"
arch=(any)
@@ -13,7 +13,7 @@ depends=('python-requests')
makedepends=('python-setuptools')
#checkdepends=('python-responses' 'python-pytest' 'python-pytest-xdist' 'python-pytest-flake8')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('792194a4d656c0e57365962b317d13496381bc4503de3ee789c89e23f829feae')
+sha256sums=('e5333c456c8affee396f9d900c1cb5ebf070d6eb5de19418175bb4f00b031de7')
#check(){
# cd "${srcdir}/${_name}-${pkgver}"