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 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}"