From bf51bf7f4697b82575dfecae1cef504a38f9caa6 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 25 Oct 2024 21:30:49 +0200 Subject: [PATCH] python-setuptools: Update to 75.2.0 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 144a1f4f..8860ed20 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=75.1.0 +pkgver=75.2.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=('514dc60688d3118c9883a3dd54a38b28128ea912c01ea325d6e204a93da3b524') +sha256sums=('dc832cda83154deba59bee9a25ae6cad146e7e7042af432f58e672e27c8d78c6') build() { cd "${srcdir}/setuptools-${pkgver}"