diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/python3/python3.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/python3/python3.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/d/python3/python3.SlackBuild b/source/d/python3/python3.SlackBuild index 3e8a0b28..1b47ad06 100755 --- a/source/d/python3/python3.SlackBuild +++ b/source/d/python3/python3.SlackBuild @@ -29,7 +29,7 @@ PKGNAM=python3 SRCNAM=Python VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev) BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/python3/python3.url b/source/d/python3/python3.url new file mode 100644 index 00000000..8738d0b1 --- /dev/null +++ b/source/d/python3/python3.url @@ -0,0 +1 @@ +http://www.python.org/ftp/python/ |