diff options
-rw-r--r-- | testing/pep8/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/pep8/APKBUILD b/testing/pep8/APKBUILD index 37c46bef89..608ec9ed56 100644 --- a/testing/pep8/APKBUILD +++ b/testing/pep8/APKBUILD @@ -4,9 +4,9 @@ # https://www.archlinux.org/packages/community/any/pep8/ # https://pypi.python.org/pypi/pep8 pkgname=pep8 -pkgver=1.5.7 +pkgver=1.6.2 pkgrel=0 -pkgdesc="pep8 is a tool to check your Python code against some of the style conventions in PEP 8." +pkgdesc="A tool to check your Python code against some of the style conventions in PEP 8." url="http://github.com/jcrocholl/pep8/" arch="noarch" license="custom:Expat" @@ -38,6 +38,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="f6adbdd69365ecca20513c709f9b7c93 pep8-1.5.7.tar.gz" -sha256sums="15b42131b25f376165d195fe4e17b0a28311182aaf9330d5eb575bbeda5a6989 pep8-1.5.7.tar.gz" -sha512sums="ae5cc6cc47d71e90059fec0c89f5e8e7b71b08d185c95b0c8cf0aa9acaee4841d0cfc617fb1ca6d7af7f4721480a1992b6178dc845d80dfe87fe3792d515a3eb pep8-1.5.7.tar.gz" +md5sums="c7a3f57d832484a6295164661fbb1335 pep8-1.6.2.tar.gz" +sha256sums="b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff pep8-1.6.2.tar.gz" +sha512sums="f046a1e3ed68a7c409ad6c501a54ed14188de670f0e0d873d2d7960e45fec0c4e2c27067877854ecbb20f3690f9d2ca1fa4bc1cc52b22e1f71bd0aec4ddb6fc9 pep8-1.6.2.tar.gz" |