Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-07-03 14:57:10 +0200
committerErich Eckner <git@eckner.net>2020-07-03 14:57:10 +0200
commit987eec47a8dee495e46c127498f716190bfbf730 (patch)
tree99353cdabf121117e1835a7ca48f3ec2bc07ed53
parent73a5284cc7ea099f40edb5e54365bc40ff909f04 (diff)
build-support/python-setuptools-bootstrap: new version => new checksum
-rw-r--r--build-support/python-setuptools-bootstrap/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD
index 36737b35..31d26d5d 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='47.3.1'
+pkgver='47.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=('a414194c850e7df38b3b5c5ce11f73a4c08386b55265f1b7da2ad51619b6d6c0f9a3de9f52a83176bfa85d224d6a5659d59542da5add2bf5da619ed19d4300f9')
+sha512sums=('55331a7b69ae272cf19e65943c7275e33120dadd9643065af50ff1b4f2f73a4a134c81222138c6d78e26355ffce89a6693e719ce27081b81dd0163d0663fcc40')
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0