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 27fc7c64a2c1..c549e1d1d06d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-desec-dns-api
_name=${pkgname#python-}
_name=${_name//-/_}
-pkgver=0.99.0
+pkgver=1.0.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=('7b4528602ee02bd315931521f0ddecadf9bd9794d813bddd67b423b0e4b42c44')
+sha256sums=('792194a4d656c0e57365962b317d13496381bc4503de3ee789c89e23f829feae')
#check(){
# cd "${srcdir}/${_name}-${pkgver}"