From 5a4965fcd8d5a1dd37c9fac5baa2c3e43de8053a Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 8 Sep 2023 08:33:31 +0000 Subject: [PATCH] python-setuptools: update to 68.2.0 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index c1f6eaa7..6b8a327b 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=68.0.0 +pkgver=68.2.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -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") -sha256sums=('0c5a26edeaca40547754f6cb89c39da0837f59c00f461987ba842e9937a29423') +sha256sums=('62160d9fd350484fd64ed418b4644c668f3ab6bbee3563c39d8858005cd8e945') prepare() { export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0