diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-03 03:31:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-03 08:59:53 +0100 |
commit | 642e439a17df32296874acb62b85fcb1e11b5ba0 (patch) | |
tree | 749619caa261bd89896b4e53fe7b0883f1699af5 /source/d | |
parent | aa634efe5a78c33a306ff44591590c32d829de80 (diff) | |
download | current-642e439a17df32296874acb62b85fcb1e11b5ba0.tar.gz |
Tue Nov 3 03:31:08 UTC 202020201103033108
ap/man-pages-5.09-noarch-1.txz: Upgraded.
d/mercurial-5.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/mercurial/mercurial.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild index a300da73..5074b56a 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 |