summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipMay2021-04-18 18:19:53 +0200
committerPhilipMay2021-04-18 18:19:53 +0200
commitc3d5a6b8309f31ac983c41f64d3186441c0ab09d (patch)
tree6a777918b6f4558c7eb0260bcf87b49ed9ff8c1a
parentf630dfa500eb20fb4e7bfa1f0eea27b8bcc815e5 (diff)
downloadaur-c3d5a6b8309f31ac983c41f64d3186441c0ab09d.tar.gz
update to 5.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d37969f66676..b544e8be2ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-configparser
pkgdesc = backport of configparser from Python 3
- pkgver = 5.0.0
+ pkgver = 5.0.2
pkgrel = 1
url = https://github.com/jaraco/configparser/
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-configparser
makedepends = python-setuptools
makedepends = python-pip
makedepends = python-wheel
- source = git+https://github.com/jaraco/configparser.git#tag=v5.0.0
+ source = git+https://github.com/jaraco/configparser.git#tag=v5.0.2
sha256sums = SKIP
pkgname = python-configparser
diff --git a/PKGBUILD b/PKGBUILD
index d8a9d8d34ed3..7a7e791571fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-configparser
_pkgname=configparser
-pkgver=5.0.0
+pkgver=5.0.2
pkgrel=1
pkgdesc='backport of configparser from Python 3'
arch=('any')