summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Damashek2018-02-08 18:41:29 -0500
committerSamuel Damashek2018-02-08 18:41:29 -0500
commitb9cda682ab7213767a1633957a41a54388108414 (patch)
tree825b80b6a75913e311a1c21550ddb73658a00685
parent53d9f8f075c84458848686e19687fd1ffc4197e0 (diff)
downloadaur-b9cda682ab7213767a1633957a41a54388108414.tar.gz
3.5.5 bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b95a41999e5..214cbe0f083d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python35
pkgdesc = Next generation of the python high-level scripting language
- pkgver = 3.5.4
+ pkgver = 3.5.5
pkgrel = 1
url = http://www.python.org/
arch = i686
@@ -18,8 +18,8 @@ pkgbase = python35
optdepends = tk: for tkinter
optdepends = sqlite
options = !makeflags
- source = http://www.python.org/ftp/python/3.5.4/Python-3.5.4.tar.xz
- sha256sums = 94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c
+ source = http://www.python.org/ftp/python/3.5.5/Python-3.5.5.tar.xz
+ sha256sums = 063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009
pkgname = python35
diff --git a/PKGBUILD b/PKGBUILD
index 08496c130e2d..9fbb7abc0593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on python33 PKGBUILD (g.schulz)
pkgname=python35
-pkgver=3.5.4
+pkgver=3.5.5
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=('94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c')
+sha256sums=('063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009')
build() {
cd "${srcdir}/Python-${pkgver}"