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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 9 03:13:27 UTC 2018


    Date: Tuesday, October 9, 2018 @ 03:13:27
  Author: anatolik
Revision: 391267

upgpkg: codespell 1.14.0-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-09 00:32:44 UTC (rev 391266)
+++ PKGBUILD	2018-10-09 03:13:27 UTC (rev 391267)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+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=('31680ab4532504eebde1857ea667eef370761f0d')
+sha1sums=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
 
 build() {
   cd codespell-$pkgver



More information about the arch-commits mailing list