summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2024-04-14 17:00:27 -0700
committerDonald Webster2024-04-14 17:00:27 -0700
commit64a89c9003c31cfcaef1f52d77a93e32193eb064 (patch)
treecabc546241fbc1e6973189f3154c71cde7f168e3 /PKGBUILD
parent640b6a6a37cdfad15a3c9a6dc992e2a76da657c5 (diff)
downloadaur-python-configparser.tar.gz
Update to v7.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97b0aa4c1d7c..4df0f279fa2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-configparser
_pkgname=configparser
-pkgver=6.0.1
+pkgver=7.0.0
pkgrel=1
pkgdesc='backport of configparser from Python 3'
arch=('any')
@@ -18,7 +18,7 @@ makedepends=(
'git'
)
source=("git+https://github.com/jaraco/${_pkgname}.git#tag=v${pkgver}")
-sha256sums=('SKIP')
+sha256sums=('ff07df61054ad7f485e555fc4c4a53a02a89b4c8f06eca27a21a092281797f6e')
build() {
cd "${srcdir}/${_pkgname}"