summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0da1fa338cad..7422aa5f15e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-configparser
pkgdesc = backport of configparser from Python 3
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://github.com/jaraco/configparser/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-configparser
makedepends = python-setuptools-scm
makedepends = git
depends = python
- source = git+https://github.com/jaraco/configparser.git#tag=v6.0.0
+ source = git+https://github.com/jaraco/configparser.git#tag=v6.0.1
sha256sums = SKIP
pkgname = python-configparser
diff --git a/PKGBUILD b/PKGBUILD
index 7259573512ad..97b0aa4c1d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-configparser
_pkgname=configparser
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc='backport of configparser from Python 3'
arch=('any')