summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-02-27 08:02:18 +0100
committerMichel Zou2020-02-27 08:02:18 +0100
commit2e20b1e88da90b82536bf017d55f3b5199b9bdae (patch)
tree744b691e4862ae74eaa51f615d5b348812c6bc8a
parentea59a33c576f934857736c0dfc8409b532507538 (diff)
downloadaur-2e20b1e88da90b82536bf017d55f3b5199b9bdae.tar.gz
3.8.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d172a7f433b..d6240ddde61d 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.1
+ pkgver = 3.8.2
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.1-embed-win32.zip
- noextract = python-3.8.1-embed-amd64.zip
+ noextract = python-3.8.2-embed-win32.zip
+ noextract = python-3.8.2-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.8.1/python-3.8.1-embed-win32.zip
- source = https://www.python.org/ftp/python/3.8.1/python-3.8.1-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
+ source = https://www.python.org/ftp/python/3.8.2/python-3.8.2-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.8.2/python-3.8.2-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tgz
source = wine-python.sh
- sha256sums = 181086bf24331b6e50b3975e89daf56d75ac9148a46ca5f08b941f35beec22ea
- sha256sums = d86fe36e65960205cd33d8146d84eb8cb7915528c457cce9194a9aeb3052b20b
- sha256sums = c7cfa39a43b994621b245e029769e9126caa2a93571cee2e743b213cceac35fb
+ sha256sums = 3fefc09b640bb6bd1d91f9c3a63e314fb19d29603c1194db528b58efafbcbadb
+ sha256sums = 2927a3a6d0fe1f6e047a86059220aeda374eed23113b9ef5355acb8452d56453
+ sha256sums = e634a7a74776c2b89516b2e013dda1728c89c8149b9863b8cea21946daf9d561
sha256sums = SKIP
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6af00659ff49..d6beadf1cb54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.1
+pkgver=3.8.2
_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=('181086bf24331b6e50b3975e89daf56d75ac9148a46ca5f08b941f35beec22ea'
- 'd86fe36e65960205cd33d8146d84eb8cb7915528c457cce9194a9aeb3052b20b'
- 'c7cfa39a43b994621b245e029769e9126caa2a93571cee2e743b213cceac35fb'
+sha256sums=('3fefc09b640bb6bd1d91f9c3a63e314fb19d29603c1194db528b58efafbcbadb'
+ '2927a3a6d0fe1f6e047a86059220aeda374eed23113b9ef5355acb8452d56453'
+ 'e634a7a74776c2b89516b2e013dda1728c89c8149b9863b8cea21946daf9d561'
'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"