summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-07-21 13:13:13 +0200
committerMichel Zou2019-07-21 13:13:13 +0200
commitfb0b76ad8c1f0d9157b9bf84034c9f00c7aa39a4 (patch)
tree39b5721c8b652b72bf2059612fe1f214a95f412a
parenta67e1c0a33bd17a43e1ef8cecff2b59ef369b22c (diff)
downloadaur-fb0b76ad8c1f0d9157b9bf84034c9f00c7aa39a4.tar.gz
3.7.4
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c123fd1a26..4bc70f9474b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-python37-bin
pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
- pkgver = 3.7.3
+ pkgver = 3.7.4
pkgrel = 1
url = http://www.python.org/
arch = any
@@ -9,18 +9,18 @@ pkgbase = mingw-w64-python37-bin
makedepends = mingw-w64-binutils
depends = mingw-w64-crt
optdepends = mingw-w64-wine: runtime support
- noextract = python-3.7.3-embed-win32.zip
- noextract = python-3.7.3-embed-amd64.zip
+ noextract = python-3.7.4-embed-win32.zip
+ noextract = python-3.7.4-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-win32.zip
- source = https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz
+ source = https://www.python.org/ftp/python/3.7.4/python-3.7.4-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.7.4/python-3.7.4-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz
source = wine-python.sh
- sha256sums = ca86268544c19f3b713ea4e4e43b6a64f5d61fba8715b10b9e017b023e88466f
- sha256sums = 6de14c9223226cf0cd8c965ecb08c51d62c770171a256991b4fddc25188cfa8e
- sha256sums = d62e3015f2f89c970ac52343976b406694931742fbde2fed8d1ce8ebb4e1f8ff
+ sha256sums = 864140e801ad1c7bce4337f7e023b46a197f00af0e491a5e0d64d003a870b116
+ sha256sums = fb65e5cd595ad01049f73b47bc0ee23fd03f0cbadc56cb318990cee83b37761b
+ sha256sums = d63e63e14e6d29e17490abbe6f7d17afb3db182dbd801229f14e55f4157c4ba3
sha256sums = SKIP
pkgname = mingw-w64-python37-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96ac3f0c0991..6390d4d099c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python37-bin
-pkgver=3.7.3
+pkgver=3.7.4
_pybasever=37
pkgrel=1
pkgdesc="Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)"
@@ -16,10 +16,10 @@ 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=('ca86268544c19f3b713ea4e4e43b6a64f5d61fba8715b10b9e017b023e88466f'
- '6de14c9223226cf0cd8c965ecb08c51d62c770171a256991b4fddc25188cfa8e'
- 'd62e3015f2f89c970ac52343976b406694931742fbde2fed8d1ce8ebb4e1f8ff'
- SKIP)
+sha256sums=('864140e801ad1c7bce4337f7e023b46a197f00af0e491a5e0d64d003a870b116'
+ 'fb65e5cd595ad01049f73b47bc0ee23fd03f0cbadc56cb318990cee83b37761b'
+ 'd63e63e14e6d29e17490abbe6f7d17afb3db182dbd801229f14e55f4157c4ba3'
+ 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"