From 75270eb9a46eda02dd96ad2db9e0ebd15ca7effa Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 13 Oct 2025 01:30:27 +0200 Subject: [PATCH] python-pbs-installer: update to 2025.10.10 --- mingw-w64-python-pbs-installer/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pbs-installer/PKGBUILD b/mingw-w64-python-pbs-installer/PKGBUILD index af9c9e158a..991d8e7cc1 100644 --- a/mingw-w64-python-pbs-installer/PKGBUILD +++ b/mingw-w64-python-pbs-installer/PKGBUILD @@ -3,7 +3,7 @@ _realname=pbs-installer pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2025.9.18 +pkgver=2025.10.10 pkgrel=1 pkgdesc="Installer for Python Build Standalone (mingw-w64)" arch=('any') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-pdm-backend") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('c0a51a7c1e015723bd8396f02e15b5876e439f74b0f45bbac436b189f903219f') +sha256sums=('568999771793eb337c107b089272c2269a011b1770f0f16c7afb3dbbb4a72ae9') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"