diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-27 19:39:46 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-28 08:59:51 +0100 |
commit | 69ed33abedf322f92f538656f2ab2ceaa26ec0e4 (patch) | |
tree | a7159b23f3c5131a57bcce9f194df2e0edf0c878 /source/ap/tmux/tmux.SlackBuild | |
parent | dcb09037c6d84f27932186ec03741d52d60862e5 (diff) | |
download | current-69ed33abedf322f92f538656f2ab2ceaa26ec0e4.tar.gz current-69ed33abedf322f92f538656f2ab2ceaa26ec0e4.tar.xz |
Wed Nov 27 19:39:46 UTC 201920191127193946
ap/tmux-3.0-x86_64-1.txz: Upgraded.
d/python-setuptools-42.0.1-x86_64-1.txz: Upgraded.
l/dbus-python-1.2.14-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.13-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.9_6-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/ap/tmux/tmux.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/tmux/tmux.SlackBuild b/source/ap/tmux/tmux.SlackBuild index 1d6f18d4f..d3b77a643 100755 --- a/source/ap/tmux/tmux.SlackBuild +++ b/source/ap/tmux/tmux.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2013, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tmux 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 |