From 6e28b639e2663f0309e7c87b030f5f216fa193db Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 11 Oct 2021 23:45:10 +0000 Subject: Mon Oct 11 23:45:10 UTC 2021 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. --- source/l/boost/boost.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/l/boost') diff --git a/source/l/boost/boost.SlackBuild b/source/l/boost/boost.SlackBuild index 41e0ccbb..69484ce8 100755 --- a/source/l/boost/boost.SlackBuild +++ b/source/l/boost/boost.SlackBuild @@ -2,7 +2,7 @@ # Copyright 2007, 2008, 2012 Eric Hameleers, Eindhoven, NL # Copyright 2007-2008, 2013, 2014, 2017 Heinz Wiesinger, Amsterdam, NL -# Copyright 2008, 2009, 2010, 2013, 2014, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013, 2014, 2015, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=boost VERSION=${VERSION:-$(echo $PKGNAM_*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d _)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} PKG_VERSION=$(echo $VERSION | tr _ .) # Leave this alone NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -73,7 +73,7 @@ else fi PYTHON_VERSION=$(python -c 'import sys; print(sys.version[:3])') -PYTHON3_VERSION=$(python3 -c 'import sys; print(sys.version[:3])') +PYTHON3_VERSION=$(python3 -c 'import sys; print(sys.version)' | cut -f 1,2 -d .) TMP=${TMP:-/tmp} PKG=$TMP/package-boost -- cgit v1.2.3