summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2016-12-23 11:58:56 +0100
committerTobias Kunze2016-12-23 11:58:56 +0100
commit7de6a9622bf71fbeaf4adc3325c657c2d865d1b7 (patch)
treeadd02be78085fc13026c1a5a7cd73ff90b348fa9
parentf19ae85381d2610e70d8cdfe072c1ee2c23f0fa7 (diff)
downloadaur-7de6a9622bf71fbeaf4adc3325c657c2d865d1b7.tar.gz
Upgrade to Python-3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f0338d61e20..6bf9a993dd8d 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.0rc2
+ pkgver = 3.6.0
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.0rc2.tar.xz
- sha256sums = ed07453330af6677d0a670e187344922a67208fc6bdaea9fade66dc08bf763a4
+ source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz
+ sha256sums = b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622
pkgname = python36
diff --git a/PKGBUILD b/PKGBUILD
index ba0436791ac3..adfaa9e99484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python36
-pkgver=3.6.0rc2
+pkgver=3.6.0
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=('ed07453330af6677d0a670e187344922a67208fc6bdaea9fade66dc08bf763a4')
+sha256sums=('b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622')
# 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>