summaryrefslogtreecommitdiff
path: root/python3-pysocks/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-11-30 16:50:51 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-11-30 16:50:51 +1100
commit4e13027a7c6e70581a50eda888387407ea25a2b9 (patch)
tree6153aa4599767ac15bb186366a4629fc5403237e /python3-pysocks/Pkgfile
parentc17b4954c529d040467403e9d08d1577b5e1311c (diff)
downloadcontrib-4e13027a7c6e70581a50eda888387407ea25a2b9.tar.gz
contrib-4e13027a7c6e70581a50eda888387407ea25a2b9.tar.xz
python3-pysocks: 1.6.8 -> 1.7.1
Diffstat (limited to 'python3-pysocks/Pkgfile')
-rw-r--r--python3-pysocks/Pkgfile7
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
}

Generated by cgit