Date: Wednesday, June 24, 2015 @ 02:48:21 Author: anatolik Revision: 135771
upgpkg: codespell 1.8-1 Modified: codespell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-23 18:41:25 UTC (rev 135770) +++ PKGBUILD 2015-06-24 00:48:21 UTC (rev 135771) @@ -3,8 +3,8 @@ # Contributor: Lucas De Marchi <[email protected]> pkgname=codespell -pkgver=1.7 -pkgrel=2 +pkgver=1.8 +pkgrel=1 pkgdesc='Fix common misspellings in source code' url='https://github.com/lucasdemarchi/codespell' license=(GPL) @@ -11,7 +11,7 @@ arch=(any) depends=(python) source=($pkgname-$pkgver.tar.gz::https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz) -sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2') +sha256sums=('329b924b0426f6015b30e063ce79f5feedbe4a7a3e143d9e350fe021c770bb68') prepare() { # fix build bug https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
