diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-30 20:03:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-01 08:59:51 +0100 |
commit | 153bd14cd07b76eca2248eb2224a5038969c474d (patch) | |
tree | 52ef4ffc8ba46b0fee1b9abf2cfbc63ca65c79ec /source/d/python-pip | |
parent | ec5f74cb449f4175c028cd8bca5592d7672b2e0c (diff) | |
download | current-153bd14cd07b76eca2248eb2224a5038969c474d.tar.gz |
Mon Nov 30 20:03:36 UTC 202020201130200336
a/kernel-firmware-20201130_7455a36-noarch-1.txz: Upgraded.
ap/sudo-1.9.4-x86_64-1.txz: Upgraded.
d/python-pip-20.3-x86_64-1.txz: Upgraded.
d/rinutils-0.8.0-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_45-x86_64-1.txz: Upgraded.
n/cyrus-sasl-2.1.27-x86_64-5.txz: Rebuilt.
rc.saslauthd: start with -a pam -c
Rebuilt with --with-ldap and include LDAP_SASLAUTHD documentation.
Thanks to voegelas.
Diffstat (limited to 'source/d/python-pip')
-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 0df68a91..1ee81c39 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 |