summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2021-02-16 14:16:45 +0100
committerTobias Kunze2021-02-16 14:17:14 +0100
commita057b43d348f307a04e166cbef04deec7cf4c8c4 (patch)
tree32d7ee261ff5241bf479cf0b80476f269216f099
parent5730194b7387a3b1aaf1b1b8b28765942dc0b96f (diff)
downloadaur-a057b43d348f307a04e166cbef04deec7cf4c8c4.tar.gz
Update to Python 3.6.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec929687048..bdf6aeca5f6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python36
pkgdesc = Major release 3.6 of the Python high-level programming language
- pkgver = 3.6.12
- pkgrel = 2
+ pkgver = 3.6.13
+ pkgrel = 1
url = http://www.python.org/
arch = i686
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = python36
optdepends = tk: for tkinter
optdepends = sqlite
options = !makeflags
- source = http://www.python.org/ftp/python/3.6.12/Python-3.6.12.tar.xz
- sha256sums = 70953a9b5d6891d92e65d184c3512126a15814bee15e1eff2ddcce04334e9a99
+ source = http://www.python.org/ftp/python/3.6.13/Python-3.6.13.tar.xz
+ sha256sums = a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f
pkgname = python36
diff --git a/PKGBUILD b/PKGBUILD
index a027f830af48..9908b785a97c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python36
-pkgver=3.6.12
-pkgrel=2
+pkgver=3.6.13
+pkgrel=1
_pybasever=3.6
_pymajver=3
pkgdesc="Major release 3.6 of the Python high-level programming language"
@@ -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=('70953a9b5d6891d92e65d184c3512126a15814bee15e1eff2ddcce04334e9a99')
+sha256sums=('a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f')
prepare() {
cd "${srcdir}/Python-${pkgver}"