From 38de7ecad6d5f56dce31bd739f56155e31d444e8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 16 Sep 2024 20:16:04 +0200 Subject: [PATCH] python-setuptools: Update to 75.1.0 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 04dbd1a2..144a1f4f 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=74.0.0 +pkgver=75.1.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=('ad254ac3b7a7b844620177d271b7ae60760b11d104b82fbd6ca904ec32348813') +sha256sums=('514dc60688d3118c9883a3dd54a38b28128ea912c01ea325d6e204a93da3b524') build() { cd "${srcdir}/setuptools-${pkgver}"