index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-01-13 18:10:40 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-01-13 18:10:40 +0100 |
commit | a301360ad10ecd42dc7d628adc796fd29f3a6899 (patch) | |
tree | 913ff7649eb1d0729258d3a8157a945ad11a88e1 /build-support/python-setuptools-bootstrap/PKGBUILD | |
parent | 1938ec251b51f14de135ca8a3f703487e1fb99e4 (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 6386e1b9..6e0f0ce9 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='50.3.2' +pkgver='51.1.2' 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=('f7845856cc563be628753bc875c36905ce75f14ff6e98a8460cfaa42b1afca27873d0ef331f027a6b5f7259043c4a66f4b3b04898e955a865bfed50d13e15514') +sha512sums=('feaf205a5a85c8971b163da9182d7633d67b8efa2d7300e1c8851ea0a4417f0b7d26bb2b17a853017e01b1d948059d417699462f79b98a4e6f1c6927b690fbd3') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 |