From d6bfbedc190b3d5cc1408d2ba834df3a021dd93d Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 19 Feb 2019 15:43:43 +0300 Subject: [PATCH] python-pycodestyle: Update to 2.5.0 --- mingw-w64-python-pycodestyle/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pycodestyle/PKGBUILD b/mingw-w64-python-pycodestyle/PKGBUILD index dd7f913086..dfd5a8570b 100644 --- a/mingw-w64-python-pycodestyle/PKGBUILD +++ b/mingw-w64-python-pycodestyle/PKGBUILD @@ -6,7 +6,7 @@ _realname=pycodestyle pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.4.0 +pkgver=2.5.0 pkgrel=1 pkgdesc="Python style guide checker (mingw-w64)" arch=('any') @@ -17,8 +17,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') -source=("${_realname}-$pkgver.tar.gz"::"https://github.com/PyCQA/pycodestyle/archive/$pkgver.tar.gz") -sha256sums=('SKIP') +source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/PyCQA/pycodestyle/archive/${pkgver}.tar.gz") +sha256sums=('a603453c07e8d8e15a43cf062aa7174741b74b4a27b110f9ad03d74d519173b5') # Helper macros to help make tasks easier # apply_patch_with_msg() {