diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-04-04 19:06:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-05 08:59:43 +0200 |
commit | 7f86ecac76c7de867583f148418f62b660b82ded (patch) | |
tree | df1bdf061e804f7c191bd64d00821f7396de2e02 /source/d | |
parent | 0b0cfa95710ef070191182323392cd60a87c5932 (diff) | |
download | current-7f86ecac76c7de867583f148418f62b660b82ded.tar.gz |
Thu Apr 4 19:06:36 UTC 201920190404190636
ap/ghostscript-9.27-x86_64-1.txz: Upgraded.
d/python-setuptools-40.9.0-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_37-x86_64-1.txz: Upgraded.
l/readline-8.0.000-x86_64-2.txz: Rebuilt.
Recompiled to link rlfe against the new libreadline. Thanks to Toutatis.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/python-setuptools/python-setuptools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/python-setuptools/python-setuptools.SlackBuild b/source/d/python-setuptools/python-setuptools.SlackBuild index 627e71b9..b178de8c 100755 --- a/source/d/python-setuptools/python-setuptools.SlackBuild +++ b/source/d/python-setuptools/python-setuptools.SlackBuild @@ -35,7 +35,7 @@ fi PKGNAM=python-setuptools VERSION=${VERSION:-$(echo setuptools-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=setuptools |