Upgrade to Python-3.6.0rc1

This commit is contained in:
Tobias Kunze 2016-12-08 23:54:06 +01:00
parent 8143537b95
commit d76ccfaf82
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.0b4 pkgver = 3.6.0rc1
pkgrel = 1 pkgrel = 1
url = http://www.python.org/ url = http://www.python.org/
arch = i686 arch = i686
@ -21,8 +21,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.0/Python-3.6.0b4.tar.xz source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0rc1.tar.xz
sha256sums = 0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979 sha256sums = fc868c1b84833262bef5547f2ed44844a1b4355ab3b7f747e28a1e1ccbff5807
pkgname = python36 pkgname = python36

View File

@ -1,5 +1,5 @@
pkgname=python36 pkgname=python36
pkgver=3.6.0b4 pkgver=3.6.0rc1
pkgrel=1 pkgrel=1
_pybasever=3.6 _pybasever=3.6
_pymajver=3 _pymajver=3
@ -12,7 +12,7 @@ makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'hardening-wrappe
optdepends=('tk: for tkinter' 'sqlite') optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags') options=('!makeflags')
source=(http://www.python.org/ftp/python/${_pybasever}.0/Python-${pkgver}.tar.xz) source=(http://www.python.org/ftp/python/${_pybasever}.0/Python-${pkgver}.tar.xz)
sha256sums=('0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979') sha256sums=('fc868c1b84833262bef5547f2ed44844a1b4355ab3b7f747e28a1e1ccbff5807')
# Maintainer: Tobias Kunze <rixx@cutebit.de> # Maintainer: Tobias Kunze <rixx@cutebit.de>
# Based on python33 script from: Rodolphe Breard <packages@what.tf> and Christopher Arndt <chris@chrisarndt.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> # Via the python34 adaption of Raphael Michel <mail@raphaelmichel.de>