[arch-commits] Commit in codespell/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Aug 18 18:46:18 UTC 2022


    Date: Thursday, August 18, 2022 @ 18:46:18
  Author: anatolik
Revision: 1268372

upgpkg: codespell 2.2.0-1

Modified:
  codespell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 18:46:10 UTC (rev 1268371)
+++ PKGBUILD	2022-08-18 18:46:18 UTC (rev 1268372)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/codespell-project/codespell'
@@ -10,7 +10,7 @@
 depends=(python)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('864291779befb5fdd777e8141f6fabf13524ea59')
+sha1sums=('bfd42e7b0428403be60758b0bd48bae7b9163e39')
 
 build() {
   cd codespell-$pkgver



More information about the arch-commits mailing list