From b4d498acc87dd4b9565a4ec1bf79900f70647767 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 1 Nov 2016 14:34:02 +0100 Subject: [PATCH] Upgrade to Python-3.6.0b3 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7795e22..d29a449 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python36 pkgdesc = Major release 3.6 of the Python high-level programming language - pkgver = 3.6.0b2 + pkgver = 3.6.0b3 pkgrel = 1 url = http://www.python.org/ arch = i686 @@ -21,7 +21,7 @@ pkgbase = python36 optdepends = tk: for tkinter optdepends = sqlite options = !makeflags - source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b2.tar.xz + source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tar.xz sha256sums = 3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea pkgname = python36 diff --git a/PKGBUILD b/PKGBUILD index ab0fcb4..ca72260 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python36 -pkgver=3.6.0b2 +pkgver=3.6.0b3 pkgrel=1 _pybasever=3.6 _pymajver=3 @@ -12,7 +12,7 @@ makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'hardening-wrappe optdepends=('tk: for tkinter' 'sqlite') options=('!makeflags') source=(http://www.python.org/ftp/python/${_pybasever}.0/Python-${pkgver}.tar.xz) -sha256sums=('3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea') +sha256sums=('b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5') # Maintainer: Tobias Kunze # Based on python33 script from: Rodolphe Breard and Christopher Arndt # Via the python34 adaption of Raphael Michel