Update to Python 3.6.10

This commit is contained in:
Tobias Kunze 2020-01-20 11:43:30 +01:00
parent 94a1f2f2a2
commit e709c6d5ee
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python36
pkgdesc = Major release 3.6 of the Python high-level programming language
pkgver = 3.6.9
pkgver = 3.6.10
pkgrel = 1
url = http://www.python.org/
arch = i686
@ -19,8 +19,8 @@ pkgbase = python36
optdepends = tk: for tkinter
optdepends = sqlite
options = !makeflags
source = http://www.python.org/ftp/python/3.6.9/Python-3.6.9.tar.xz
sha256sums = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da
source = http://www.python.org/ftp/python/3.6.10/Python-3.6.10.tar.xz
sha256sums = 0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de
pkgname = python36

View File

@ -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}"