diff --git a/python-pip/PKGBUILD b/python-pip/PKGBUILD index f0f90f51..cf8e1d3f 100644 --- a/python-pip/PKGBUILD +++ b/python-pip/PKGBUILD @@ -3,8 +3,8 @@ _realname=pip pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=24.1.1 -pkgrel=2 +pkgver=24.1.2 +pkgrel=1 pkgdesc="The PyPA recommended tool for installing Python packages" url="https://pip.pypa.io/" msys2_repository_url="https://github.com/pypa/pip" @@ -27,7 +27,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=('5fc497cd1651c39af0207b88eab91b6905ca9cecbae11ad99503b317f8b06def') +sha256sums=('334464fa437a73af363b01dec3518aad08407a7ed8d678b1d2389ee0eb151511') build() { cd "${srcdir}/${_realname}-${pkgver}"