python-pbs-installer: update to 2025.10.10

This commit is contained in:
Dirk Stolle 2025-10-13 01:30:27 +02:00
parent 23ebfd2dc4
commit 75270eb9a4

View File

@ -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}"