index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-10-25 17:56:39 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-10-25 17:56:39 +0100 |
commit | c032bcac8336c7d724633396c720f89375b198c6 (patch) | |
tree | c3098aebc1067651110a89f5488228fe9d31e3aa /build-support/python-setuptools-bootstrap | |
parent | 1d224303c40371996488b809e3b8b8c9bf02d8c2 (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 0780239b..6386e1b9 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.0' +pkgver='50.3.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=('d4c9191049faa187516634f54a33ce63a547e960800f7855561811f2fff41c9aa32049a0dc755baf0992bd15f02ed89d5e6caa829a35da4440056de03f921502') +sha512sums=('f7845856cc563be628753bc875c36905ce75f14ff6e98a8460cfaa42b1afca27873d0ef331f027a6b5f7259043c4a66f4b3b04898e955a865bfed50d13e15514') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 |