python-codespell: update to 2.4.1

This commit is contained in:
Biswapriyo Nath 2025-01-30 05:32:23 +00:00
parent 3f06367026
commit 59ff83dbb9

View File

@ -3,7 +3,7 @@
_realname=codespell
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.4.0
pkgver=2.4.1
pkgrel=1
pkgdesc="Fix common misspellings in source code (mingw-w64)"
arch=('any')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58')
sha256sums=('299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5')
prepare() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}