* update codespell to 2.4.1-1

This commit is contained in:
Alexander Baldeck 2025-02-12 15:26:50 +01:00
parent 9876d93225
commit accbbfdb93
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = codespell pkgbase = codespell
pkgdesc = check code for common misspellings pkgdesc = check code for common misspellings
pkgver = 2.3.0 pkgver = 2.4.1
pkgrel = 3 pkgrel = 1
url = https://github.com/codespell-project/codespell url = https://github.com/codespell-project/codespell
arch = any arch = any
license = GPL-2.0-only license = GPL-2.0-only
@ -11,9 +11,9 @@ pkgbase = codespell
makedepends = python-wheel makedepends = python-wheel
makedepends = python-setuptools-scm makedepends = python-setuptools-scm
depends = python-chardet depends = python-chardet
source = https://pypi.io/packages/source/c/codespell/codespell-2.3.0.tar.gz source = https://pypi.io/packages/source/c/codespell/codespell-2.4.1.tar.gz
source = remove-check-test_command.patch source = remove-check-test_command.patch
sha256sums = 360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f sha256sums = 299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5
sha256sums = 17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833 sha256sums = 17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833
pkgname = codespell pkgname = codespell

View File

@ -3,8 +3,8 @@
# Maintainer: Robin Candau <antiz@archlinux.org> # Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=codespell pkgname=codespell
pkgver=2.3.0 pkgver=2.4.1
pkgrel=3 pkgrel=1
pkgdesc='check code for common misspellings' pkgdesc='check code for common misspellings'
arch=(any) arch=(any)
url='https://github.com/codespell-project/codespell' url='https://github.com/codespell-project/codespell'
@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools
checkdepends=('python-pytest-dependency') checkdepends=('python-pytest-dependency')
source=("https://pypi.io/packages/source/c/codespell/${pkgname}-${pkgver}.tar.gz" source=("https://pypi.io/packages/source/c/codespell/${pkgname}-${pkgver}.tar.gz"
"remove-check-test_command.patch") "remove-check-test_command.patch")
sha256sums=('360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f' sha256sums=('299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5'
'17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833') '17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833')
prepare() { prepare() {