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

Anatol Pomozov anatolik at archlinux.org
Fri May 18 04:13:50 UTC 2018


    Date: Friday, May 18, 2018 @ 04:13:49
  Author: anatolik
Revision: 324097

upgpkg: codespell 1.13.0-1

Modified:
  codespell/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 03:28:27 UTC (rev 324096)
+++ PKGBUILD	2018-05-18 04:13:49 UTC (rev 324097)
@@ -2,17 +2,16 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL2)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-nose)
+depends=(python python-setuptools)
+checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('89d5f04095cf3716b888219d2eeecc0a5e1cd320')
+sha1sums=('31680ab4532504eebde1857ea667eef370761f0d')
 
 build() {
   cd codespell-$pkgver



More information about the arch-commits mailing list