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

Anatol Pomozov anatolik at archlinux.org
Sat Mar 18 04:35:05 UTC 2017


    Date: Saturday, March 18, 2017 @ 04:35:04
  Author: anatolik
Revision: 217056

upgpkg: codespell 1.10.0-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 03:19:16 UTC (rev 217055)
+++ PKGBUILD	2017-03-18 04:35:04 UTC (rev 217056)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
@@ -11,7 +11,7 @@
 depends=(python)
 checkdepends=(python-nose)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('65e62aa0ad23690ab390dbacdd16500cb77f3283')
+sha1sums=('77d63de12a3f5610ef2c26500a152f2f1310f363')
 
 build() {
   cd codespell-$pkgver



More information about the arch-commits mailing list