index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-02-10 09:14:13 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-10 09:14:13 +0100 |
commit | 3f777403439397bf866eba21ccf6555a176c1f27 (patch) | |
tree | e78359b386ae1e4e3d9b1dde8151d92ad36e95ed /build-support/python-setuptools-bootstrap/PKGBUILD | |
parent | 15cfce07b08ab230533d12e72e66734056c82c1e (diff) |
-rw-r--r-- | build-support/python-setuptools-bootstrap/PKGBUILD | 4 |
diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD index 6f05a481..5c2eed61 100644 --- a/build-support/python-setuptools-bootstrap/PKGBUILD +++ b/build-support/python-setuptools-bootstrap/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=python-setuptools-bootstrap pkgname=('python-setuptools-bootstrap' 'python2-setuptools-bootstrap') -pkgver='45.0.0' +pkgver='45.1.0' pkgrel='1' epoch='1' pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages - bootstrap variant" @@ -18,7 +18,7 @@ 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=('710cb0be5e3ec49ac1e0e7669612861c9c3a133ae7c3aaba9b4adc2559f595dbfa77f75bff1556f3526a41746605c72d9c7f51e1453db3b7fe06052f2faefba2') +sha512sums=('231c142aaa59ef0a63b9f3a42d4f8343d1aae07b4b9e8f0e48df7e6b2be3708a2d2205fff47d4f32bd36de80243fac9781d09db18f85dc0270afa9621735ed6e') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 |