diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-11 23:45:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-12 08:59:59 +0200 |
commit | 6e28b639e2663f0309e7c87b030f5f216fa193db (patch) | |
tree | b42ae404becb37b01149370c6dab5973a332850f /source/d/python-pip/python-pip.SlackBuild | |
parent | e067bf55f8d279706db3d761dee9741a11eb6dd0 (diff) | |
download | current-6e28b639e2663f0309e7c87b030f5f216fa193db.tar.gz current-6e28b639e2663f0309e7c87b030f5f216fa193db.tar.xz |
Mon Oct 11 23:45:10 UTC 202120211011234510
d/python-pip-21.3-x86_64-1.txz: Upgraded.
l/aspell-en-2020.12.07_0-x86_64-1.txz: Upgraded.
l/boost-1.77.0-x86_64-2.txz: Rebuilt.
Recompiled against python-3.10. Thanks to nobodino and ctrlaltca.
l/qt5-5.15.3_20211006_0243418f-x86_64-1.txz: Upgraded.
Updated from the repo to get a few Wayland related fixes.
n/gnutls-3.7.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/python-pip/python-pip.SlackBuild')
-rwxr-xr-x | source/d/python-pip/python-pip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/python-pip/python-pip.SlackBuild b/source/d/python-pip/python-pip.SlackBuild index 0df68a919..1ee81c396 100755 --- a/source/d/python-pip/python-pip.SlackBuild +++ b/source/d/python-pip/python-pip.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-pip VERSION=${VERSION:-$(echo pip-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=pip |