python-url-normalize: update to 2.2.1

This commit is contained in:
Biswapriyo Nath 2025-04-28 05:39:26 +00:00
parent ca51dd9270
commit 0b9fdf5e30

View File

@ -3,7 +3,7 @@
_realname=url-normalize
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc="URL normalization for Python (mingw-w64)"
arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('0f0b7cc95a95d2d9b0c9a51d47a326559bc05bd1558accdada21bb0c9504de85')
sha256sums=('74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"