summaryrefslogtreecommitdiffstats
path: root/tigervnc/build
diff options
context:
space:
mode:
Diffstat (limited to 'tigervnc/build')
-rwxr-xr-xtigervnc/build/tigervnc.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/tigervnc/build/tigervnc.SlackBuild b/tigervnc/build/tigervnc.SlackBuild
index 055fc243..b0f860c8 100755
--- a/tigervnc/build/tigervnc.SlackBuild
+++ b/tigervnc/build/tigervnc.SlackBuild
@@ -65,13 +65,15 @@
# * Update.
# 1.5.0-2: 24/aug/2015 by Eric Hameleers <alien@slackware.com>
# * Rebuild was needed on slackware-current.
+# 1.5.0-3: 25/aug/2015 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt again on 32-bit slackware-current.
#
# -----------------------------------------------------------------------------
PKGNAM=tigervnc
VERSION=${VERSION:-1.5.0}
PVER=$(echo $VERSION | cut -f1,2 -d. --output-delimiter=)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}