Merge pull request #4104 from lazka/python-pip-23.3

python-pip: Update to 23.3
This commit is contained in:
Christoph Reiter
2023-10-19 09:07:42 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
_realname=pip
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=23.2.1
pkgver=23.3
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=('975e6b09fe9d14927b67db05d7de3a60503a1696c8c23ca2486f114c20097ad4')
sha256sums=('e442b9f8906a0bd1195c0f78dafb3e776442ac12ce708ded66cc4b0451269928')
build() {
cd "${srcdir}/${_realname}-${pkgver}"