From a880621ec6924bae340d1e43bd1be7b084bf2361 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 7 Sep 2015 23:35:15 +0200 Subject: [PATCH] python-urllib3: update to 1.12 --- srcpkgs/python-urllib3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template index 850157cd1a6..8eda2899eb1 100644 --- a/srcpkgs/python-urllib3/template +++ b/srcpkgs/python-urllib3/template @@ -1,6 +1,6 @@ # Template file for 'python-urllib3' pkgname=python-urllib3 -version=1.11 +version=1.12 revision=1 noarch=yes wrksrc="urllib3-${version}" @@ -14,7 +14,7 @@ maintainer="Alessio Sergi " homepage="https://github.com/shazow/urllib3" license="MIT" distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" -checksum=0da48343bdc6c01cfe45bd23726dd2e7ea0c1fce24959a84a4682513a0fd2b12 +checksum=0ea512776971fe4e76192600fe41e4e7ee96b4b9a5b15aefc1ac31d2a63872c6 post_install() { # replace bundled copy of six @@ -33,6 +33,6 @@ python3.4-urllib3_package() { short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 - vlicense ${wrksrc}/LICENSE.txt LICENSE + vlicense LICENSE.txt LICENSE } }