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 15056a7ee09f..5ce501de6feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christian Rebischke <chris dot rebischke[at]archlinux[dot]org>
_base=PyPDNS
pkgname=python-${_base,,}
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="Python API for PDNS"
arch=(any)
@@ -12,7 +12,7 @@ license=(GPL3)
depends=(python-requests-cache python-dnspython)
makedepends=(python-build python-installer python-poetry-core)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('57204dc86fb15edaef7fcee7322ba5354ebabc5f6b8976faccf742f6fe7f96b60b746b4652e40d945be84bf172d2a1aca732c1fafd33a81e88a74165a67c1533')
+sha512sums=('d2bf43a030c3daea4a1f7a8d3f86d5853737c80a29b8fb02500ab805a4f218feac740a2867e9311b272fa4857d208487dd38573d4c2c630683a5a691f18322fa')
# validpgpkeys=('8647F5A7FFD350AE38B6E22F32E4E1C133B3792F') # Raphaƫl Vinot <raphael.vinot@circl.lu>
build() {