diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-07-08 18:00:35 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-07-08 20:30:29 +0200 |
commit | 556b0196a5920a7151dce62673dce058cd5c4ac6 (patch) | |
tree | 669918963e2e95e0b40e7b87460425cba0c10eb3 /source | |
parent | 81210e717c09fdbe59fd6fd757b491b74bedf70b (diff) | |
download | current-556b0196a5920a7151dce62673dce058cd5c4ac6.tar.gz current-556b0196a5920a7151dce62673dce058cd5c4ac6.tar.xz |
Mon Jul 8 18:00:35 UTC 202420240708180035
ap/vim-9.1.0544-x86_64-1.txz: Upgraded.
d/python-pip-24.1.2-x86_64-1.txz: Upgraded.
d/scons-4.8.0-x86_64-1.txz: Upgraded.
kde/stellarsolver-2.6-x86_64-1.txz: Upgraded.
l/exiv2-0.28.3-x86_64-1.txz: Upgraded.
n/c-ares-1.32.1-x86_64-1.txz: Upgraded.
n/netatalk-3.2.2-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.1.0544-x86_64-1.txz: Upgraded.
xap/x3270-4.3ga9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/scons/scons.SlackBuild | 2 | ||||
-rwxr-xr-x | source/kde/stellarsolver/stellarsolver.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/d/scons/scons.SlackBuild b/source/d/scons/scons.SlackBuild index a9f8b440f..b9af3260f 100755 --- a/source/d/scons/scons.SlackBuild +++ b/source/d/scons/scons.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=scons VERSION=${VERSION:-$(echo SCons-*.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 diff --git a/source/kde/stellarsolver/stellarsolver.SlackBuild b/source/kde/stellarsolver/stellarsolver.SlackBuild index f1477c3ed..8fa52b301 100755 --- a/source/kde/stellarsolver/stellarsolver.SlackBuild +++ b/source/kde/stellarsolver/stellarsolver.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=stellarsolver VERSION=${VERSION:-$(echo $PKGNAM-*.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 |