python2-pip: Update to 20.0

This commit is contained in:
Alexey Pavlov
2020-03-03 14:24:15 +03:00
parent ae7112b00b
commit 78c550a10f

View File

@@ -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}"