python-rpyc: Update to 6.0.2

This commit is contained in:
Christoph Reiter 2025-04-20 17:34:29 +02:00
parent 1389e87415
commit cdd1f569c4

View File

@ -3,8 +3,8 @@
_realname=rpyc
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.1
pkgrel=2
pkgver=6.0.2
pkgrel=1
pkgdesc='Remote Python Call - A transparent and symmetric RPC library for python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8a60f3c4401f309c0eb6e754fb6c4e0442231203907cebf61ae74615b52cd38a')
sha256sums=('8e780a6a71b842128a80a337c64adfb6f919014e069951832161c9efc630c93b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"