summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Kunze2019-07-08 20:05:06 +0200
committerTobias Kunze2019-07-08 20:05:06 +0200
commitc9d313638ab241b4fc513913a5ce70ca00415234 (patch)
tree301dbff224eb459c58ca8d9c888c5e9a18f49729 /PKGBUILD
parentefc10d6c0f2e750a954a90a004ad53325e34cb39 (diff)
downloadaur-c9d313638ab241b4fc513913a5ce70ca00415234.tar.gz
Update to Python 3.6.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588ea875f1fa..add4e0554e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python36
-pkgver=3.6.8
+pkgver=3.6.9
pkgrel=1
_pybasever=3.6
_pymajver=3
@@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags')
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193')
+sha256sums=('5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da')
prepare() {
cd "${srcdir}/Python-${pkgver}"