python-pip 24.3.1-1

This commit is contained in:
xhaa123 2024-11-03 02:55:42 +08:00
parent 0cf4596167
commit 2a6a1d0c57

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-pip
pkgver=24.2
pkgver=24.3.1
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
arch=('x86_64')
@ -14,7 +14,7 @@ license=('MIT')
depends=('python' 'python-wheel')
makedepends=('python-build' 'python-installer' 'python-setuptools')
source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982)
sha256sums=(1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73)
build() {
cd ${pkgname#*-}-${pkgver}