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

Anatol Pomozov anatolik at archlinux.org
Wed Jun 24 16:58:56 UTC 2020


    Date: Wednesday, June 24, 2020 @ 16:58:55
  Author: anatolik
Revision: 652446

upgpkg: codespell 1.17.1-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-24 16:37:18 UTC (rev 652445)
+++ PKGBUILD	2020-06-24 16:58:55 UTC (rev 652446)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.1
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
@@ -10,7 +10,7 @@
 depends=(python python-setuptools)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('e56584251e63e36941f50d2a991705d90d553017')
+sha1sums=('0b1d1531447f3b5c73467879aba3472cc50359c7')
 
 build() {
   cd codespell-$pkgver



More information about the arch-commits mailing list