summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Kunze2020-01-20 11:43:30 +0100
committerTobias Kunze2020-01-20 11:43:30 +0100
commite709c6d5ee85a70077a9c43c3ece1695c82ba49b (patch)
treec326823b02e0e1dcb3cd41fde66fa184c8cc13c2 /PKGBUILD
parent94a1f2f2a215ff975dd81703d0faa200f65681f4 (diff)
downloadaur-e709c6d5ee85a70077a9c43c3ece1695c82ba49b.tar.gz
Update to Python 3.6.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index add4e0554e6e..b4ea310b318a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python36
-pkgver=3.6.9
+pkgver=3.6.10
pkgrel=1
_pybasever=3.6
_pymajver=3
@@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags')
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da')
+sha256sums=('0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de')
prepare() {
cd "${srcdir}/Python-${pkgver}"