Date: Monday, August 2, 2021 @ 17:38:31 Author: anatolik Revision: 992827
upgpkg: codespell 2.1.0-1 Modified: codespell/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-02 17:38:10 UTC (rev 992826) +++ PKGBUILD 2021-08-02 17:38:31 UTC (rev 992827) @@ -1,16 +1,16 @@ # Maintainer: Anatol Pomozov pkgname=codespell -pkgver=1.17.1 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Fix common misspellings in source code' arch=(any) -url='https://github.com/lucasdemarchi/codespell' +url='https://github.com/codespell-project/codespell' license=(GPL2) depends=(python) checkdepends=(python-nose python-pytest) source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz) -sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7') +sha1sums=('864291779befb5fdd777e8141f6fabf13524ea59') build() { cd codespell-$pkgver
