diff --git a/mingw-w64-python2-pip/PKGBUILD b/mingw-w64-python2-pip/PKGBUILD index 91bc5d1c55..a78d5029bf 100644 --- a/mingw-w64-python2-pip/PKGBUILD +++ b/mingw-w64-python2-pip/PKGBUILD @@ -3,8 +3,8 @@ _realname=pip pkgbase=mingw-w64-python2-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}") -pkgver=19.3.1 -pkgrel=5 +pkgver=20.0 +pkgrel=1 pkgdesc="An easy_install replacement for installing pypi python packages (mingw-w64)" arch=('any') license=('MIT') @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") install=${_realname}2-${CARCH}.install source=(${_realname}-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz) -sha256sums=('f12b7a6be2dbbfeefae5f14992c89175ef72ce0fe96452b4f66be855a12841ff') +sha256sums=('a46819c14ef6726fab4420d3e6caccfd5852c1a5871ec8abe56227fb0af3e812') build() { cd "${srcdir}/${_realname}-${pkgver}"