python-pip: Update to 25.1.1

This commit is contained in:
Christoph Reiter 2025-05-04 08:04:56 +02:00
parent a79917a50a
commit 3b164edd3e

View File

@ -3,7 +3,7 @@
_realname=pip
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=25.0.1
pkgver=25.1.1
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
@ -26,7 +26,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/pypa/${_realname}/archive/${pkgver}.tar.gz)
sha256sums=('334371888f0c679c04e819ddc234562feaea81331658a76842b62dc9dc83a832')
sha256sums=('b25615caeef66bb5049a44e6df257ebae2fcc9dc774d5369a338db29b7f53f1c')
build() {
cd "${srcdir}/${_realname}-${pkgver}"