From 0c1d1233ee34c4c530895929d6e731a9c107f4cb Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 4 Aug 2020 07:13:10 +0200 Subject: [PATCH] Update to Python 3.6.11 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e7e3331..a5e006e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python36 pkgdesc = Major release 3.6 of the Python high-level programming language - pkgver = 3.6.10 - pkgrel = 2 + pkgver = 3.6.11 + pkgrel = 1 url = http://www.python.org/ arch = i686 arch = x86_64 @@ -19,8 +19,8 @@ pkgbase = python36 optdepends = tk: for tkinter optdepends = sqlite options = !makeflags - source = http://www.python.org/ftp/python/3.6.10/Python-3.6.10.tar.xz - sha256sums = 0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de + source = http://www.python.org/ftp/python/3.6.11/Python-3.6.11.tar.xz + sha256sums = 741ebdcbc4e3937a5ff23517dd455ebf7d543ea9fef6f5cf6f46e575d6c4fda4 pkgname = python36 diff --git a/PKGBUILD b/PKGBUILD index 76a22b6..74d9f9b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches pkgname=python36 -pkgver=3.6.10 -pkgrel=2 +pkgver=3.6.11 +pkgrel=1 _pybasever=3.6 _pymajver=3 pkgdesc="Major release 3.6 of the Python high-level programming language" @@ -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=('0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de') +sha256sums=('741ebdcbc4e3937a5ff23517dd455ebf7d543ea9fef6f5cf6f46e575d6c4fda4') prepare() { cd "${srcdir}/Python-${pkgver}"