summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-02 22:20:47 +0100
committerMichel Zou2024-01-02 22:20:47 +0100
commit2e20a3cd1fb5c5ae982e42a59c5f8bc44ef4f1cc (patch)
tree207d473fed1b90ec1dc0db219837e208ff77da30
parentabf2490f26bf99f714bc2a3218df3f7b9c07798c (diff)
downloadaur-2e20a3cd1fb5c5ae982e42a59c5f8bc44ef4f1cc.tar.gz
3.12.1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32d3c56286f5..ca448a8381e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-python312-bin
- pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
- pkgver = 3.12.0
+ pkgdesc = The Python programming language (native MSVC version) (mingw-w64)
+ pkgver = 3.12.1
pkgrel = 1
url = http://www.python.org/
arch = any
@@ -9,18 +9,18 @@ pkgbase = mingw-w64-python312-bin
makedepends = mingw-w64-binutils
depends = mingw-w64-openssl
optdepends = mingw-w64-wine: runtime support
- noextract = python-3.12.0-embed-win32.zip
- noextract = python-3.12.0-embed-amd64.zip
+ noextract = python-3.12.1-embed-win32.zip
+ noextract = python-3.12.1-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.12.0/python-3.12.0-embed-win32.zip
- source = https://www.python.org/ftp/python/3.12.0/python-3.12.0-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
+ source = https://www.python.org/ftp/python/3.12.1/python-3.12.1-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.12.1/python-3.12.1-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz
source = wine-python.sh
- sha256sums = e1d942b621839e65ac874f0fb2af873484e713e6084351dea43538132862c1cb
- sha256sums = c87f000e3dae1a572e98e81daeb622f8bc6f22664093fc9c70989b5f0018d49b
- sha256sums = 51412956d24a1ef7c97f1cb5f70e185c13e3de1f50d131c0aac6338080687afb
+ sha256sums = f760436142730e1193dafa92c6d35cba958787ad92b9ebbd5d51cf1a1ebf528c
+ sha256sums = 7a77c7471f5ceee88831a29b9460eddd784adf31b0230f188149ef0c588642d1
+ sha256sums = d01ec6a33bc10009b09c17da95cc2759af5a580a7316b3a446eb4190e13f97b2
sha256sums = a76a4715e87d3ed4aca6babc8715de8de94513dae4c683c1681551c43698b5ae
pkgname = mingw-w64-python312-bin
diff --git a/PKGBUILD b/PKGBUILD
index d42f928d9ab9..3e549ab49c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=mingw-w64-python312-bin
-pkgver=3.12.0
+pkgver=3.12.1
_pybasever=312
pkgrel=1
-pkgdesc="Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)"
+pkgdesc="The Python programming language (native MSVC version) (mingw-w64)"
arch=('any')
license=('PSF')
url="http://www.python.org/"
@@ -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=('e1d942b621839e65ac874f0fb2af873484e713e6084351dea43538132862c1cb'
- 'c87f000e3dae1a572e98e81daeb622f8bc6f22664093fc9c70989b5f0018d49b'
- '51412956d24a1ef7c97f1cb5f70e185c13e3de1f50d131c0aac6338080687afb'
+sha256sums=('f760436142730e1193dafa92c6d35cba958787ad92b9ebbd5d51cf1a1ebf528c'
+ '7a77c7471f5ceee88831a29b9460eddd784adf31b0230f188149ef0c588642d1'
+ 'd01ec6a33bc10009b09c17da95cc2759af5a580a7316b3a446eb4190e13f97b2'
'a76a4715e87d3ed4aca6babc8715de8de94513dae4c683c1681551c43698b5ae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"