summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Damashek2017-02-01 10:07:19 -0500
committerSamuel Damashek2017-02-01 10:07:19 -0500
commit9249a9926116ec3fb0660ed7edb01622c6d63da7 (patch)
tree590f01e93dd7ce41ff42494d7ac63f66410b1c1f
parent8002b9b43555d5ea3fb15b5b999733d1ac1e627d (diff)
downloadaur-9249a9926116ec3fb0660ed7edb01622c6d63da7.tar.gz
Bump to 3.5.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 322d5f6f6f3b..aed0e2f7772f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on python33 PKGBUILD (g.schulz)
pkgname=python35
-pkgver=3.5.2
+pkgver=3.5.3
pkgrel=1
_pybasever=3.5
pkgdesc="Next generation of the python high-level scripting language"
@@ -14,7 +14,7 @@ makedepends=('tk' 'sqlite' 'valgrind')
optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags')
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40')
+sha256sums=('eefe2ad6575855423ab630f5b51a8ef6e5556f774584c06beab4926f930ddbb0')
build() {
cd "${srcdir}/Python-${pkgver}"