From a79548dc7ebd17a68e44f1920e8fe8bfce368024 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 11 Oct 2016 10:56:53 +0200 Subject: [PATCH] Upgrade to Python-3.6.0b2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e9c03ea..7795e22 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.0b1 + pkgver = 3.6.0b2 pkgrel = 1 url = http://www.python.org/ arch = i686 @@ -21,8 +21,8 @@ pkgbase = python36 optdepends = tk: for tkinter optdepends = sqlite options = !makeflags - source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b1.tar.xz - sha256sums = a83b094a8abf8a1fba7c548a5e8dd0aabe87a87a6ebd87c97f4a5a2527a74d42 + source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b2.tar.xz + sha256sums = 3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea pkgname = python36 diff --git a/PKGBUILD b/PKGBUILD index 1631242..ab0fcb4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python36 -pkgver=3.6.0b1 +pkgver=3.6.0b2 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=('a83b094a8abf8a1fba7c548a5e8dd0aabe87a87a6ebd87c97f4a5a2527a74d42') +sha256sums=('3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea') # Maintainer: Tobias Kunze # Based on python33 script from: Rodolphe Breard and Christopher Arndt # Via the python34 adaption of Raphael Michel