diff options
author | Erich Eckner <git@eckner.net> | 2019-12-27 21:15:40 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-12-27 21:15:40 +0100 |
commit | 1861cf55bfa5e23926a6aa971464d3636781606c (patch) | |
tree | 09ab0556fb0993910846f32fab1e0b01c26cf510 | |
parent | f2e42d9aa8618b1cfb4fec843c23d95525cc39a1 (diff) | |
download | packages-1861cf55bfa5e23926a6aa971464d3636781606c.tar.xz |
build-support/python-setuptools-bootstrap: new version => new checksum
-rw-r--r-- | build-support/python-setuptools-bootstrap/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD index 43f7a0cd..c6414da9 100644 --- a/build-support/python-setuptools-bootstrap/PKGBUILD +++ b/build-support/python-setuptools-bootstrap/PKGBUILD @@ -9,16 +9,16 @@ pkgbase=python-setuptools-bootstrap pkgname=('python-setuptools-bootstrap' 'python2-setuptools-bootstrap') -pkgver=41.2.0 -pkgrel=5 -epoch=1 +pkgver='42.0.2' +pkgrel='1' +epoch='1' pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages - bootstrap variant" arch=('any') license=('PSF') url="https://pypi.org/project/setuptools/" makedepends=('python' 'python2' 'git') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz") -sha512sums=('9ddaae9d530cb5580566abba4b9aec19d5bbbc9bd571eb121ce597d311e99c8f766fd905d856419355fa9a676040c41703c0d7fbe7e6d068e701dd89df4280e1') +sha512sums=('3ef85e38e02e7d4178f4ca1e84577392a5682e569bdba40fc4b87440d8a4a7769fa4eca5b3f457febf1cf16de0cdc7ddb8d1ddedc92fd4af0bae3b15abe2b7bc') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 |