[arch-commits] Commit in codespell/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed May 22 04:28:55 UTC 2019
Date: Wednesday, May 22, 2019 @ 04:28:53
Author: anatolik
Revision: 468286
upgpkg: codespell 1.15.0-1
Modified:
codespell/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-22 04:28:27 UTC (rev 468285)
+++ PKGBUILD 2019-05-22 04:28:53 UTC (rev 468286)
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov
pkgname=codespell
-pkgver=1.14.0
+pkgver=1.15.0
pkgrel=1
pkgdesc='Fix common misspellings in source code'
arch=(any)
@@ -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=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
+sha1sums=('4d22646d7415510b7db04d4491ca62c6d8041e04')
build() {
cd codespell-$pkgver
More information about the arch-commits
mailing list