From d7caf6bd096809267eefb3bff6946fca9dbff7ee Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Thu, 6 Sep 2018 02:33:00 -0400 Subject: [PATCH] python-attrs: update to 18.2.0 (#4376) --- mingw-w64-python-attrs/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-attrs/PKGBUILD b/mingw-w64-python-attrs/PKGBUILD index 435bdea783..3e08d2420d 100644 --- a/mingw-w64-python-attrs/PKGBUILD +++ b/mingw-w64-python-attrs/PKGBUILD @@ -3,8 +3,8 @@ _realname=attrs pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=18.1.0 -pkgrel=2 +pkgver=18.2.0 +pkgrel=1 pkgdesc='Attributes without boilerplate (mingw-w64)' url='https://attrs.readthedocs.org/' license=('MIT') @@ -12,7 +12,7 @@ arch=('any') makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b') +sha256sums=('10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69') prepare() { cd "${srcdir}"