From 5ac2ec77276d27ced9d59462699f93f81e5803cf Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 12 Feb 2023 18:07:08 +0100 Subject: [PATCH] python-setuptools: Update to 67.2.0 --- python-setuptools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 4471f481..f7250edb 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,8 +3,8 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=65.6.3 -pkgrel=2 +pkgver=67.2.0 +pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') license=('PSF') @@ -19,7 +19,7 @@ provides=("python3-${_realname}" 'python3-distribute') replaces=("python3-${_realname}" 'python3-distribute') conflicts=("python3-${_realname}") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") -sha512sums=('cf6a020636060391c3e4ac5896bd3580b8a6c7671237faa48372b6a64d0785cbd12910bd3c9b458b2008ccafd1e122a249513d45c8c9bcd2637b6628d68a3210') +sha256sums=('45ea5d9b655739b5294280434b637a5645e56b9b472a5c10be49d1d088fc61a4') prepare() { export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0