diff options
Diffstat (limited to 'python-packaging')
-rw-r--r-- | python-packaging/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-packaging/Pkgfile b/python-packaging/Pkgfile index 3182d7f0a..cef158a9c 100644 --- a/python-packaging/Pkgfile +++ b/python-packaging/Pkgfile @@ -6,7 +6,7 @@ name=python-packaging version=16.8 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/$name/$name-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { |