diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-05-23 00:13:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-23 08:59:52 +0200 |
commit | 0b51abb5ecbcc0da9bd62405a7d574901ba84f0e (patch) | |
tree | 55f6ff7b85cd41d87b8747649e344a8bc264eef3 /source/l/python-six/python-six.SlackBuild | |
parent | bd5ac56451a9ba0b185bc3009965d79aad7dbed0 (diff) | |
download | current-0b51abb5ecbcc0da9bd62405a7d574901ba84f0e.tar.gz current-0b51abb5ecbcc0da9bd62405a7d574901ba84f0e.tar.xz |
Sat May 23 00:13:54 UTC 202020200523001354
l/libarchive-3.4.3-x86_64-1.txz: Upgraded.
l/python-six-1.15.0-x86_64-1.txz: Upgraded.
l/zstd-1.4.5-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-68.8.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/68.8.1/releasenotes/
Diffstat (limited to 'source/l/python-six/python-six.SlackBuild')
-rwxr-xr-x | source/l/python-six/python-six.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/python-six/python-six.SlackBuild b/source/l/python-six/python-six.SlackBuild index 368928400..645008e05 100755 --- a/source/l/python-six/python-six.SlackBuild +++ b/source/l/python-six/python-six.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-six VERSION=${VERSION:-$(echo six-*.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 |