From 207120cb933e83169d718cbcb19044c1be5190fe Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 18 Feb 2017 15:45:14 +1100 Subject: [PATCH] python-setuptools: fix merge form opt/3.2 --- python-setuptools/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/Pkgfile b/python-setuptools/Pkgfile index aab5392e6..380a903e7 100644 --- a/python-setuptools/Pkgfile +++ b/python-setuptools/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python-appdirs python-packaging python-pip -name=setuptools +name=python-setuptools version=34.2.0 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.zip +source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.zip https://bootstrap.pypa.io/get-pip.py) build() {