python-findpython: update to 0.6.2

This commit is contained in:
Biswapriyo Nath
2024-10-19 06:16:08 +00:00
parent ee2753ed07
commit 3fbdb97cdb

View File

@@ -3,8 +3,8 @@
_realname=findpython
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.6.1
pkgrel=2
pkgver=0.6.2
pkgrel=1
pkgdesc='A utility to find python versions on your system (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -17,11 +17,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-packaging")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-pdm-backend"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
"${MINGW_PACKAGE_PREFIX}-python-pdm-backend")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('56e52b409a92bcbd495cf981c85acf137f3b3e51cc769b46eba219bb1ab7533c')
sha256sums=('e0c75ba9f35a7f9bb4423eb31bd17358cccf15761b6837317719177aeff46723')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"