Upgrade to Python 3.6.7

This commit is contained in:
Tobias Kunze 2018-11-17 08:57:56 +01:00
parent 9f85d83169
commit 33be0f2923
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgname=python36
pkgver=3.6.6
pkgver=3.6.7
pkgrel=1
_pybasever=3.6
_pymajver=3
@ -12,7 +12,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=('d79bc15d456e73a3173a2938f18a17e5149c850ebdedf84a78067f501ee6e16f')
sha256sums=('81fd1401a9d66533b0a3e9e3f4ea1c7c6702d57d5b90d659f971e6f1b745f77d')
# Maintainer: Tobias Kunze <r@rixx.de>
# Based on python33 script from: Rodolphe Breard <packages@what.tf> and Christopher Arndt <chris@chrisarndt.de>
# Via the python34 adaption of Raphael Michel <mail@raphaelmichel.de>