python-pip: Update to 1.5.5

This commit is contained in:
Alexpux
2014-05-07 12:05:08 +04:00
parent c7d255b35c
commit c6756bda43

View File

@@ -4,18 +4,18 @@ _realname=pip
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgname=("${_mingw_suff}-python2-pip" "${_mingw_suff}-python3-pip")
pkgver=1.5.4
pkgrel=2
pkgver=1.5.5
pkgrel=1
pkgdesc="An easy_install replacement for installing pypi python packages (mingw-w64)"
arch=('any')
license=('MIT')
url="http://www.pip-installer.org/"
depends=("${_mingw_suff}-python2"
"${_mingw_suff}-python2-setuptools"
"${_mingw_suff}-python3"
"${_mingw_suff}-python3-setuptools")
"${_mingw_suff}-python2-setuptools"
"${_mingw_suff}-python3"
"${_mingw_suff}-python3-setuptools")
source=(http://pypi.python.org/packages/source/p/pip/${_realname}-${pkgver}.tar.gz)
md5sums=('834b2904f92d46aaa333267fb1c922bb')
md5sums=('7520581ba0687dec1ce85bd15496537b')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"