From 1d0b0f07b1fbecacb5b380d626d693025db2ce8c Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Wed, 23 Jan 2019 21:11:48 +0100 Subject: [PATCH] Update to Python 3.6.6 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 64c124e..609cb1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python36 -pkgver=3.6.7 +pkgver=3.6.8 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=('81fd1401a9d66533b0a3e9e3f4ea1c7c6702d57d5b90d659f971e6f1b745f77d') +sha256sums=('35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193') # Maintainer: Tobias Kunze # Based on python33 script from: Rodolphe Breard and Christopher Arndt # Via the python34 adaption of Raphael Michel