[arch-commits] Commit in python2-futures/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon May 4 10:16:35 UTC 2015


    Date: Monday, May 4, 2015 @ 12:16:35
  Author: bgyorgy
Revision: 132699

upgpkg: python2-futures 3.0.1-1

Update to version 3.0.1

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-04 10:14:48 UTC (rev 132698)
+++ PKGBUILD	2015-05-04 10:16:35 UTC (rev 132699)
@@ -5,16 +5,16 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=2.2.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Backport of the concurrent.futures package from Python 3.2"
 arch=('any')
-url="http://code.google.com/p/pythonfutures/"
+url="https://github.com/agronholm/pythonfutures"
 license=('BSD')
 depends=('python2')
 source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz"
          LICENSE)
-md5sums=('310e446de8609ddb59d0886e35edb534'
+md5sums=('c872d96e128fb79371409f68f8c17f74'
          'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {



More information about the arch-commits mailing list