diff options
Diffstat (limited to 'source/l/pycurl')
-rwxr-xr-x | source/l/pycurl/pycurl.SlackBuild | 3 | ||||
-rw-r--r-- | source/l/pycurl/pycurl.url | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/source/l/pycurl/pycurl.SlackBuild b/source/l/pycurl/pycurl.SlackBuild index ff5bc99a..a0f0b2b5 100755 --- a/source/l/pycurl/pycurl.SlackBuild +++ b/source/l/pycurl/pycurl.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pycurl VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -62,7 +62,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -python setup.py --with-openssl install --root=$PKG || exit 1 python3 setup.py --with-openssl install --root=$PKG || exit 1 find $PKG | xargs file | grep -e "shared object" -e "executable" | grep ELF \ diff --git a/source/l/pycurl/pycurl.url b/source/l/pycurl/pycurl.url index 52db3a34..16638fdd 100644 --- a/source/l/pycurl/pycurl.url +++ b/source/l/pycurl/pycurl.url @@ -1 +1 @@ -https://pypi.python.org/pypi/ +https://pypi.python.org/pypi/pycurl |