summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-12-22 08:09:28 +0100
committerMichel Zou2020-12-22 08:09:28 +0100
commitfaa4d475c22fe04f6c5b970720e98f4e2ad6e0cb (patch)
treef73c3071af3c9fbca3b106f6ed9cef591fbb88ae
parentbe299d0ff3680e3ed8fd61befa6f0ba21f2ed6be (diff)
downloadaur-faa4d475c22fe04f6c5b970720e98f4e2ad6e0cb.tar.gz
3.8.7
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9710a2e6a79f..729d5b271497 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.6
+ pkgver = 3.8.7
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.6-embed-win32.zip
- noextract = python-3.8.6-embed-amd64.zip
+ noextract = python-3.8.7-embed-win32.zip
+ noextract = python-3.8.7-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- 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 = https://www.python.org/ftp/python/3.8.7/python-3.8.7-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.8.7/python-3.8.7-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz
source = wine-python.sh
- sha256sums = a76ab86cf37ae31d3263a443fd637f28a4644a5cf2298adb222c68e3f5175f1a
- sha256sums = 8168d0ce0b81d95939cafb9c14ce8d181951ac63a84e8927c6a9157bb10b3368
- sha256sums = 313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21
+ sha256sums = 7aadb6fdd430c0e181867d02bd91039e55b27d8a9c18f223001ce3b28f1138a0
+ sha256sums = dcd180ac0157479c83f555be8f51d0ab1f3d10aacc3edcf7a96016ceb9255395
+ sha256sums = 20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac
sha256sums = 86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3df04e65ec9d..5d50aeacb2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.6
+pkgver=3.8.7
_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=('a76ab86cf37ae31d3263a443fd637f28a4644a5cf2298adb222c68e3f5175f1a'
- '8168d0ce0b81d95939cafb9c14ce8d181951ac63a84e8927c6a9157bb10b3368'
- '313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21'
+sha256sums=('7aadb6fdd430c0e181867d02bd91039e55b27d8a9c18f223001ce3b28f1138a0'
+ 'dcd180ac0157479c83f555be8f51d0ab1f3d10aacc3edcf7a96016ceb9255395'
+ '20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac'
'86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"