diff --git a/mingw-w64-python-pip/PKGBUILD b/mingw-w64-python-pip/PKGBUILD index 43a9f34ad9..f9ec20b448 100644 --- a/mingw-w64-python-pip/PKGBUILD +++ b/mingw-w64-python-pip/PKGBUILD @@ -7,16 +7,17 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=23.3.2 +pkgver=24.0 pkgrel=1 pkgdesc="The PyPA recommended tool for installing Python packages. (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +url="https://pip.pypa.io/" +msys2_repository_url="https://github.com/pypa/pip" msys2_references=( 'pypi: pip' ) license=('spdx:MIT') -url="https://pip.pypa.io/" depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-distlib") @@ -25,10 +26,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=('!strip') source=( - "${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz" + "https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz" "0001-use-system-distlib.patch" ) -sha256sums=('7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149' +sha256sums=('ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2' 'c7f98690afa60e59324f1ce52e72bd7809cbfaba4e29a2d933f08c1a025f8246') prepare() {