diff options
Diffstat (limited to 'python3-pysocks/Pkgfile')
-rw-r--r-- | python3-pysocks/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python3-pysocks/Pkgfile b/python3-pysocks/Pkgfile index ed4b6dbc2..616e5e84b 100644 --- a/python3-pysocks/Pkgfile +++ b/python3-pysocks/Pkgfile @@ -4,13 +4,12 @@ # Depends on: python3-setuptools name=python3-pysocks -_name=PySocks -version=1.6.8 +version=1.7.1 release=1 -source=(https://github.com/Anorov/$_name/archive/$version/$_name-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-$version.tar.gz) build() { - cd $_name-$version + cd PySocks-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --root=$PKG --optimize=1 } |