Update to Python 3.8.12

This commit is contained in:
Tobias Kunze 2020-09-17 14:41:15 +02:00
parent 0c1d1233ee
commit a806767731
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches # Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python36 pkgname=python36
pkgver=3.6.11 pkgver=3.6.12
pkgrel=1 pkgrel=1
_pybasever=3.6 _pybasever=3.6
_pymajver=3 _pymajver=3
@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite') optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags') options=('!makeflags')
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz) source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
sha256sums=('741ebdcbc4e3937a5ff23517dd455ebf7d543ea9fef6f5cf6f46e575d6c4fda4') sha256sums=('70953a9b5d6891d92e65d184c3512126a15814bee15e1eff2ddcce04334e9a99')
prepare() { prepare() {
cd "${srcdir}/Python-${pkgver}" cd "${srcdir}/Python-${pkgver}"