From 04b6eb73f7e59411838633c6261d89ac984a6d5c Mon Sep 17 00:00:00 2001 From: xhaa123 Date: Tue, 15 Oct 2024 19:59:08 +0800 Subject: [PATCH] python-setuptools 75.1.0-1 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 944a97a..4e52ffe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Future Linux Team pkgname=python-setuptools -pkgver=69.2.0 +pkgver=75.1.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('x86_64') @@ -14,7 +14,7 @@ license=('PSF') depends=('python') makedepends=('python-flit-core' 'python-wheel' 'python-installer' 'python-build') source=(https://github.com/pypa/setuptools/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) -sha256sums=(a03e246286ffa56fd3f9a323d2642fe8a6c301341e3656981373e4807a5ea038) +sha256sums=(d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538) build() { cd ${pkgname#*-}-${pkgver}