python-pip: Update to 24.3.1

This commit is contained in:
Christoph Reiter 2024-12-13 15:06:28 +01:00
parent d1294b74f0
commit 09f98c0c3b

View File

@ -3,7 +3,7 @@
_realname=pip
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=24.2
pkgver=24.3.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=('e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982')
sha256sums=('1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73')
build() {
cd "${srcdir}/${_realname}-${pkgver}"