summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-10-06 08:00:32 +0200
committerMichel Zou2020-10-06 08:00:32 +0200
commitbe299d0ff3680e3ed8fd61befa6f0ba21f2ed6be (patch)
tree8ed047b43642dee5bb9818e7a94bbdc47e2c91b0
parent8b3105baa1cafba296b68e39cbb18dd19a25d6b4 (diff)
downloadaur-be299d0ff3680e3ed8fd61befa6f0ba21f2ed6be.tar.gz
3.8.6
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e94a0a95726..9710a2e6a79f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-python38-bin
pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
- pkgver = 3.8.5
+ pkgver = 3.8.6
pkgrel = 1
url = http://www.python.org/
arch = any
@@ -9,18 +9,18 @@ pkgbase = mingw-w64-python38-bin
makedepends = mingw-w64-binutils
depends = mingw-w64-openssl
optdepends = mingw-w64-wine: runtime support
- noextract = python-3.8.5-embed-win32.zip
- noextract = python-3.8.5-embed-amd64.zip
+ noextract = python-3.8.6-embed-win32.zip
+ noextract = python-3.8.6-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.8.5/python-3.8.5-embed-win32.zip
- source = https://www.python.org/ftp/python/3.8.5/python-3.8.5-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz
+ source = https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tgz
source = wine-python.sh
- sha256sums = dc7f0b700425d37f91cf8264a4d6a8a4195adcf2ae5f8d7689ed8dad467d11a8
- sha256sums = de59a3544c17dd091c08a6a061fb2660d3bdbd667ed6617b01189a86c18ac2c0
- sha256sums = 015115023c382eb6ab83d512762fe3c5502fa0c6c52ffebc4831c4e1a06ffc49
+ sha256sums = a76ab86cf37ae31d3263a443fd637f28a4644a5cf2298adb222c68e3f5175f1a
+ sha256sums = 8168d0ce0b81d95939cafb9c14ce8d181951ac63a84e8927c6a9157bb10b3368
+ sha256sums = 313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21
sha256sums = 86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index d07d0d5e69de..3df04e65ec9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.5
+pkgver=3.8.6
_pybasever=38
pkgrel=1
pkgdesc="Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)"
@@ -16,9 +16,9 @@ source=("https://www.python.org/ftp/python/${pkgver}/python-${pkgver}-embed-win3
wine-python.sh)
noextract=("python-${pkgver}-embed-win32.zip"
"python-${pkgver}-embed-amd64.zip")
-sha256sums=('dc7f0b700425d37f91cf8264a4d6a8a4195adcf2ae5f8d7689ed8dad467d11a8'
- 'de59a3544c17dd091c08a6a061fb2660d3bdbd667ed6617b01189a86c18ac2c0'
- '015115023c382eb6ab83d512762fe3c5502fa0c6c52ffebc4831c4e1a06ffc49'
+sha256sums=('a76ab86cf37ae31d3263a443fd637f28a4644a5cf2298adb222c68e3f5175f1a'
+ '8168d0ce0b81d95939cafb9c14ce8d181951ac63a84e8927c6a9157bb10b3368'
+ '313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21'
'86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"