summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Peterschmitt2018-10-23 14:50:37 +0200
committerFlorent Peterschmitt2018-10-23 14:51:21 +0200
commit941be39268b276fcc999229435ec51cd97bde363 (patch)
tree091d1a56aa00b04af196b1b1653e663b51cf24d4
parent75e85966090f1ea287de6cf247bcc742d819c19b (diff)
downloadaur-941be39268b276fcc999229435ec51cd97bde363.tar.gz
Python 3.5.6
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e918afa02dd8..d7caf41a1480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on python33 PKGBUILD (g.schulz)
pkgname=python35
-pkgver=3.5.5
+pkgver=3.5.6
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=(https://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009')
+sha256sums=('f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f')
build() {
cd "${srcdir}/Python-${pkgver}"