Date: Sunday, May 22, 2016 @ 08:09:16
  Author: fyan
Revision: 268474

upgpkg: python-setuptools 1:21.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-22 06:06:22 UTC (rev 268473)
+++ PKGBUILD    2016-05-22 06:09:16 UTC (rev 268474)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=21.1.0
+pkgver=21.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -11,8 +11,8 @@
 arch=('any')
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python-packaging' 'python2-packaging' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
 source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver";)
 sha512sums=('SKIP')
 

Reply via email to