summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Morris2021-12-17 19:39:44 -0800
committerKevin Morris2021-12-17 19:39:44 -0800
commit797ec32ed1f11e94d3084317a25d4888468298e0 (patch)
treee7076874aa007bdfcd9e76ba7a44bc917f063428 /PKGBUILD
parent0b6cf6b5fe78401469d5b45ec1e84190aa6d9d17 (diff)
downloadaur-797ec32ed1f11e94d3084317a25d4888468298e0.tar.gz
upgpkg: bump to 3.10.1
Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c7550b53506..ebd861039e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-dbg
_major=3
-_minor=9
-_patch=9
+_minor=10
+_patch=1
_pybasever=${_major}
_pyminorver=${_pybasever}.${_minor}
pkgver=${_pyminorver}.${_patch}
@@ -25,7 +25,7 @@ backup=()
options=(!debug !strip)
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz")
-sha256sums=('06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27')
+sha256sums=('a7f1265b6e1a5de1ec5c3ec7019ab53413469934758311e9d240c46e5ae6e177')
prepare() {
cd Python-${pkgver}