diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index 6b7e65fea66..4cad0ca9024 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,6 +1,6 @@ # Template file for 'python-pip' pkgname=python-pip -version=6.0.8 +version=6.1.0 revision=1 noarch=yes wrksrc="pip-${version}" @@ -14,7 +14,7 @@ maintainer="Alessio Sergi " homepage="https://pip.pypa.io/" license="MIT" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 +checksum=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 pre_build() { sed -i '1d' pip/__init__.py @@ -22,7 +22,7 @@ pre_build() { post_install() { rm -f ${DESTDIR}/usr/bin/pip ln -sf pip2.7 ${DESTDIR}/usr/bin/pip - vlicense LICENSE.txt + vlicense LICENSE.txt LICENSE } python3.4-pip_package() { @@ -35,6 +35,6 @@ python3.4-pip_package() { vmove usr/bin/pip3 vmove usr/bin/pip3.4 vmove usr/lib/python3.4 - vlicense LICENSE.txt + vlicense LICENSE.txt LICENSE } }