From 88478b62f7ddf254e07dc9f12229e5325f7dae39 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 11 Mar 2025 08:19:32 +0100 Subject: [PATCH] python-setuptools: Update to 76.0.0 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index c76260eb..0ddc802b 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=75.8.0 +pkgver=76.0.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -20,7 +20,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=('7a1ab1a2335ac305db3297961774d516d39fe516a9495832011ed16105a439c2') +sha256sums=('fadcef4f0da0b32c6a3059cf5f4b9376db0ed53d98bf91d8d4caec84266aad7a') build() { cd "${srcdir}/setuptools-${pkgver}"