diff --git a/python2-setuptools/PKGBUILD b/python2-setuptools/PKGBUILD index dbd3d64d..123334ab 100644 --- a/python2-setuptools/PKGBUILD +++ b/python2-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python2-${_realname}" pkgname=("python2-${_realname}") -pkgver=44.1.0 +pkgver=44.1.1 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=('b3b01e7f2aa063249a9147a78ac1c92527628b56650f5f53f008b5d86b7ac88c9f59ece5527489095211dd4791103e87d7fd8bedc10c422d562a51757a678fe4') +sha512sums=('aabddfbd62b95ce7d8e68d582362361d32b91e65e6d00c393593521a2c1c383552e324ae64974049ae9880072c8741e2393e6482cd07ff7dd30615e91e9e1450') prepare() { # Don't download and install deps