Date: Tuesday, May 24, 2016 @ 08:17:56
  Author: fyan
Revision: 268525

upgpkg: python-attrs 16.0.0-1

Modified:
  python-attrs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-24 06:10:36 UTC (rev 268524)
+++ PKGBUILD    2016-05-24 06:17:56 UTC (rev 268525)
@@ -3,7 +3,7 @@
 
 pkgbase=python-attrs
 pkgname=('python-attrs' 'python2-attrs')
-pkgver=15.2.0
+pkgver=16.0.0
 pkgrel=1
 pkgdesc="Attributes without boilerplate."
 arch=('any')
@@ -10,9 +10,10 @@
 license=('MIT')
 url="https://attrs.readthedocs.org/";
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-zope-interface' 'python2-zope-interface')
-source=("http://pypi.python.org/packages/source/a/attrs/attrs-$pkgver.tar.gz";)
-md5sums=('b3c460eb6482f6e557c0e4025475c007')
+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')
 
 prepare() {
   cp -a attrs-$pkgver{,-py2}

Reply via email to