summaryrefslogtreecommitdiffstats
path: root/source/d/mercurial/mercurial.SlackBuild
diff options
context:
space:
mode:
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
commit730cbea73016aa93a7291927d237c371d9b196cd (patch)
treeed04d78d1ae1bd92b09f4d2d3bdac4d5baa01460 /source/d/mercurial/mercurial.SlackBuild
parent44183f6ba3935ea6dd56a2fad0394bc736e7461d (diff)
downloadcurrent-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/d/mercurial/mercurial.SlackBuild')
-rwxr-xr-xsource/d/mercurial/mercurial.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild
index b026c8661..b5660cb1c 100755
--- a/source/d/mercurial/mercurial.SlackBuild
+++ b/source/d/mercurial/mercurial.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mercurial
VERSION=${VERSION:-$(echo mercurial-*.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