summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-06 21:27:59 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-06 21:27:59 +0000
commit978e833fc4b1bc146e456421550eda1267d62c40 (patch)
tree0f77f7fa612b6d90dbe72e6ae93aa192c4bfd2ab
parente392450c3231495a55a3469c6351f4fbdc1ee3e1 (diff)
downloadmultilib-978e833fc4b1bc146e456421550eda1267d62c40.tar.gz
multilib-978e833fc4b1bc146e456421550eda1267d62c40.tar.xz
compat32-tools: to massconvert32.sh added GTK+-3 support: l/at-spi2-atk l/at-spi2-core l/gtk+-3 l/gobject-introspection l/gtk+3 l/json-glib l/libcroco l/librsvg
-rwxr-xr-xsource/compat32-tools/compat32-tools.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/compat32-tools/compat32-tools.SlackBuild b/source/compat32-tools/compat32-tools.SlackBuild
index 059ce9e..4675463 100755
--- a/source/compat32-tools/compat32-tools.SlackBuild
+++ b/source/compat32-tools/compat32-tools.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (c) 2009 Frederick Emmott <fred@slackware.com>
-# Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
+# Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,10 @@
PRGNAM=compat32-tools
-VERSION=3.7
+VERSION=3.8
ARCH=noarch
TAG=${TAG:-alien}
-BUILD=${BUILD:-21}
+BUILD=${BUILD:-1}
CWD=$(pwd)
TMP=${TMP:-/tmp}