From ca251f0348ceaeb76bf94ba632e9ab6ae6d1ecc6 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 25 Mar 2020 15:56:19 +0300 Subject: [PATCH] python2-setuptools: Update to 44.1.0 --- python2-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python2-setuptools/PKGBUILD b/python2-setuptools/PKGBUILD index 05eedcad..dbd3d64d 100644 --- a/python2-setuptools/PKGBUILD +++ b/python2-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python2-${_realname}" pkgname=("python2-${_realname}") -pkgver=44.0.0 +pkgver=44.1.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -13,7 +13,7 @@ provides=('python2-distribute') replaces=('python2-distribute') url="https://pypi.python.org/pypi/setuptools" source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") -sha512sums=('48febee840612a56c7f4cb0bc3983bf61a6a08c53dfcb95403f6631061481ba391fc0472d608ea6c0078fda8bcc7bb9f6dd8b73d473f5e4349d6eaeb2ab0050b') +sha512sums=('b3b01e7f2aa063249a9147a78ac1c92527628b56650f5f53f008b5d86b7ac88c9f59ece5527489095211dd4791103e87d7fd8bedc10c422d562a51757a678fe4') prepare() { # Don't download and install deps