Date: Wednesday, August 31, 2016 @ 16:22:03 Author: felixonmars Revision: 275615
upgpkg: python-attrs 16.1.0-1 Modified: python-attrs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-31 16:11:56 UTC (rev 275614) +++ PKGBUILD 2016-08-31 16:22:03 UTC (rev 275615) @@ -3,7 +3,7 @@ pkgbase=python-attrs pkgname=('python-attrs' 'python2-attrs') -pkgver=16.0.0 +pkgver=16.1.0 pkgrel=1 pkgdesc="Attributes without boilerplate." arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-zope-interface' 'python2-zope-interface' 'python-hypothesis' 'python2-hypothesis') source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz") -md5sums=('5bcdd418f6e83e580434c63067c08a73') +md5sums=('5bc532dde76f34ade746debabdfe1662') prepare() { cp -a attrs-$pkgver{,-py2}