diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-03-30 18:08:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-03-30 19:28:56 +0100 |
commit | 730cbea73016aa93a7291927d237c371d9b196cd (patch) | |
tree | ed04d78d1ae1bd92b09f4d2d3bdac4d5baa01460 /source/l/python-pycparser/python-pycparser.SlackBuild | |
parent | 44183f6ba3935ea6dd56a2fad0394bc736e7461d (diff) | |
download | current-730cbea73016aa93a7291927d237c371d9b196cd.tar.gz current-730cbea73016aa93a7291927d237c371d9b196cd.tar.xz |
Sat Mar 30 18:08:12 UTC 202420240330180812
a/xz-5.6.1-x86_64-3.txz: Rebuilt.
[PATCH] CMake: Fix sabotaged Landlock sandbox check.
We don't build with CMake (yet), but it doesn't hurt to apply this.
d/mercurial-6.7.2-x86_64-1.txz: Upgraded.
l/boost-1.84.0-x86_64-3.txz: Rebuilt.
Recompiled against python-3.11.8. Thanks to rinza.
l/python-pycparser-2.22-x86_64-1.txz: Upgraded.
l/python-pytz-2024.1-x86_64-2.txz: Removed.
No longer needed with python-3.11. Thanks to audriusk.
l/python-tomli-2.0.1-x86_64-2.txz: Removed.
No longer needed with python-3.11. Thanks to TommyC7 and audriusk.
n/c-ares-1.28.0-x86_64-1.txz: Upgraded.
xap/xsnow-3.7.9-x86_64-1.txz: Upgraded.
extra/brltty/brltty-6.6-x86_64-4.txz: Rebuilt.
Don't install anything under /usr/local. Thanks to reddog83.
Diffstat (limited to 'source/l/python-pycparser/python-pycparser.SlackBuild')
-rwxr-xr-x | source/l/python-pycparser/python-pycparser.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/python-pycparser/python-pycparser.SlackBuild b/source/l/python-pycparser/python-pycparser.SlackBuild index f2f45ba5f..cad99b5f7 100755 --- a/source/l/python-pycparser/python-pycparser.SlackBuild +++ b/source/l/python-pycparser/python-pycparser.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-pycparser SRCNAM=pycparser VERSION=${VERSION:-$(echo ${SRCNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |