summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2016-11-25 15:22:29 +0100
committerTobias Kunze2016-11-25 15:22:29 +0100
commit8143537b95325a11d954250e8270af45047e6647 (patch)
treed285f0cea94af9bde56b9bf91447a285f88ff839
parent104146f3905a7c567dc2b339688dabb88db9a832 (diff)
downloadaur-8143537b95325a11d954250e8270af45047e6647.tar.gz
Upgrade to Python-3.6.0b4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7987685c920c..5ca3c61142ac 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.0b3
+ pkgver = 3.6.0b4
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.0b3.tar.xz
- sha256sums = b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5
+ source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b4.tar.xz
+ sha256sums = 0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979
pkgname = python36
diff --git a/PKGBUILD b/PKGBUILD
index c4acb9ce9f1c..2111c809d641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python36
-pkgver=3.6.0b3
+pkgver=3.6.0b4
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=('b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5')
+sha256sums=('0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979')
# Maintainer: Tobias Kunze <rixx@cutebit.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>