diff options
author | Erich Eckner <git@eckner.net> | 2020-07-15 21:43:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-15 21:43:15 +0200 |
commit | edfc1d5a6e0543b859c30969dad5f18e195ca150 (patch) | |
tree | 2b11e816ac0e8fbd8d4eb2871b669e33b305a1e4 /build-support | |
parent | d9e7f64275a1d6128cb3a55a28c74f662a767b2b (diff) | |
download | packages-edfc1d5a6e0543b859c30969dad5f18e195ca150.tar.xz |
build-support/python-setuptools-bootstrap: new version => new checksum
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/python-setuptools-bootstrap/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD index bbc81f1f..186613d9 100644 --- a/build-support/python-setuptools-bootstrap/PKGBUILD +++ b/build-support/python-setuptools-bootstrap/PKGBUILD @@ -8,7 +8,7 @@ # heavily borrowed from python-setuptools' PKGBUILD pkgname=python-setuptools-bootstrap -pkgver='49.1.3' +pkgver='49.2.0' pkgrel='1' epoch='1' pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages - bootstrap variant" @@ -17,7 +17,7 @@ license=('PSF') url="https://pypi.org/project/setuptools/" makedepends=('python' 'git') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz") -sha512sums=('f52d39cf7addff51c2435a63530760a7817147e85f1443ac897d1e5e08b9888c08efbafa72dc2592918dab96d28b53c8508169f687e5328a85a6e31f1993604b') +sha512sums=('0d6ed572eb958d016c071e9f4a61d55cf426fc0309487c804086cd44e2385c1898021048129454c6a35413fb9aee97b69dfaa8c8bf1c3b6a673141b2c6f50033') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 |