python-pip: Update to 23.1.2

This commit is contained in:
Christoph Reiter 2023-05-19 10:56:39 +02:00
parent b8ff0ee785
commit a90808da45

View File

@ -3,7 +3,7 @@
_realname=pip
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=23.0.1
pkgver=23.1.2
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
@ -22,7 +22,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=('8544443b6810cf1e41306f44218449524d579f4f801b6b16e46f7cabe64de155')
sha256sums=('ac5c959a099b88840db897451678810a8b9aec469f296cfd04a88131d64b4c29')
build() {
cd "${srcdir}/${_realname}-${pkgver}"