summaryrefslogtreecommitdiffstats
path: root/abs/core
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-10-25 20:41:35 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-10-25 20:41:35 (GMT)
commit3231403b8def5b8c57f6040ea8c99dd745dbc621 (patch)
tree8684eab6c1972ccca0b984530ed6cee42b0ed097 /abs/core
parent91bf3090dde43dda952b1fb90865c49ce0334d9d (diff)
downloadlinhes_pkgbuild-3231403b8def5b8c57f6040ea8c99dd745dbc621.zip
linhes_pkgbuild-3231403b8def5b8c57f6040ea8c99dd745dbc621.tar.gz
linhes_pkgbuild-3231403b8def5b8c57f6040ea8c99dd745dbc621.tar.bz2
python2-futures: 3.3.0
Diffstat (limited to 'abs/core')
-rw-r--r--abs/core/python_modules/python2-futures/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/python_modules/python2-futures/PKGBUILD b/abs/core/python_modules/python2-futures/PKGBUILD
index dcaed42..7034b40 100644
--- a/abs/core/python_modules/python2-futures/PKGBUILD
+++ b/abs/core/python_modules/python2-futures/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id$
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=python2-futures
_pkgname=futures
-pkgver=3.1.1
-pkgrel=1
+pkgver=3.3.0
+pkgrel=2
pkgdesc="Backport of the concurrent.futures package from Python 3.2"
arch=('any')
url="https://github.com/agronholm/pythonfutures"
@@ -14,7 +13,7 @@ license=('BSD')
depends=('python2')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/agronholm/pythonfutures/archive/$pkgver.tar.gz"
LICENSE)
-md5sums=('c500fc20a02b83e7ec88dc5bac9649f5'
+md5sums=('f27b1e0bd1fb32b2b2c79cb0823f2a2d'
'dd6708d05936d3f6c4e20ed14c87b5e3')
build() {