summaryrefslogtreecommitdiffstats
path: root/source/l/python-urllib3
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/python-urllib3')
-rwxr-xr-xsource/l/python-urllib3/python-urllib3.SlackBuild2
-rw-r--r--source/l/python-urllib3/urllib3.url2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/python-urllib3/python-urllib3.SlackBuild b/source/l/python-urllib3/python-urllib3.SlackBuild
index f1848a343..13fcd1a7f 100755
--- a/source/l/python-urllib3/python-urllib3.SlackBuild
+++ b/source/l/python-urllib3/python-urllib3.SlackBuild
@@ -31,7 +31,7 @@ SRCNAM=urllib3
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i686 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/source/l/python-urllib3/urllib3.url b/source/l/python-urllib3/urllib3.url
index ad87d82bf..c00db1afc 100644
--- a/source/l/python-urllib3/urllib3.url
+++ b/source/l/python-urllib3/urllib3.url
@@ -1 +1 @@
-https://github.com/shazow/urllib3
+https://pypi.org/project/urllib3