summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2016-12-17 08:28:20 +0100
committerTobias Kunze2016-12-17 08:28:20 +0100
commitcfd785c71cf209df2ee114b9efb2b0613b1bc4e3 (patch)
tree251534851f5b8fb2a1cda1263b68d21ace21bd17
parentd76ccfaf82ca5a7c37b31efbbcc65f4172eab2f0 (diff)
downloadaur-cfd785c71cf209df2ee114b9efb2b0613b1bc4e3.tar.gz
Upgrade to Python-3.6.0rc2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aeafb67c619..ba0436791ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python36
-pkgver=3.6.0rc1
+pkgver=3.6.0rc2
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=('fc868c1b84833262bef5547f2ed44844a1b4355ab3b7f747e28a1e1ccbff5807')
+sha256sums=('ed07453330af6677d0a670e187344922a67208fc6bdaea9fade66dc08bf763a4')
# 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>