summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/python-desec-dns-api2020-08-06 12:32:40 +0000
committerBOT gitlab.com/XenGi-aur/python-desec-dns-api2020-08-06 12:32:40 +0000
commit5d1e320b8f1cea159e6bb2649384ea2cdbd8dd0f (patch)
treed2e76e215199a6c623cfe19bdb2e85b5eb104877
parent256eafc935e91c44ca4f12490fcdc85bccc2d342 (diff)
downloadaur-5d1e320b8f1cea159e6bb2649384ea2cdbd8dd0f.tar.gz
bumped to version 1.3.0-
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfbc817e7a45..004ac9d46d29 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.2.1
+ pkgver = 1.3.0
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.2.1.tar.gz
- sha256sums = 2df9fb7c5b12b6c8275544d4b2ddad9825e689180d8129893936956db567e323
+ source = https://files.pythonhosted.org/packages/source/d/desec_dns_api/desec_dns_api-1.3.0.tar.gz
+ sha256sums = c5c307de16c2f802b786e01bf5324d53db157ae2f4a95102c5b5aaaf50ee08db
pkgname = python-desec-dns-api
diff --git a/PKGBUILD b/PKGBUILD
index a98002ffcc43..a236dcbcea5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-desec-dns-api
_name=${pkgname#python-}
_name=${_name//-/_}
-pkgver=1.2.1
+pkgver=1.3.0
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=('2df9fb7c5b12b6c8275544d4b2ddad9825e689180d8129893936956db567e323')
+sha256sums=('c5c307de16c2f802b786e01bf5324d53db157ae2f4a95102c5b5aaaf50ee08db')
#check(){
# cd "${srcdir}/${_name}-${pkgver}"