python{2,3}-pip: update tp 8.1.2

This commit is contained in:
Jeff Huang 2016-05-25 09:03:11 +01:00
parent cadd2fba0d
commit 359dcc7dd6

View File

@ -1,13 +1,13 @@
pkgname=('python3-pip' 'python2-pip')
pkgver=8.1.0
pkgver=8.1.2
pkgrel=1
pkgdesc="An easy_install replacement for installing pypi python packages"
url="http://www.pip-installer.org/"
arch=('any')
license=('MIT')
makedepends=('python3' 'python3-setuptools' 'python2' 'python2-setuptools')
source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
md5sums=('e9c3844db343f47d16040b32ad9072be')
source=(https://pypi.io/packages/source/p/pip/pip-${pkgver}.tar.gz)
md5sums=('87083c0b9867963b29f7aba3613e8f4a')
package_python3-pip() {
depends=('python3' 'python3-setuptools')