summaryrefslogtreecommitdiffstats
path: root/development/universal-ctags/universal-ctags.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/universal-ctags/universal-ctags.SlackBuild')
-rw-r--r--development/universal-ctags/universal-ctags.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/universal-ctags/universal-ctags.SlackBuild b/development/universal-ctags/universal-ctags.SlackBuild
index 48d740a357..8aa8a770b1 100644
--- a/development/universal-ctags/universal-ctags.SlackBuild
+++ b/development/universal-ctags/universal-ctags.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for universal-ctags
-# Copyright 2015 Eugene Wissner Dachau
+# Copyright 2015-2016 Eugene Wissner Germany, Dachau
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=universal-ctags
-VERSION=${VERSION:-8efa556}
-GITVERSION=${GITVERSION:-8efa5561fb3cf1b0402679c0d2c5514690bdc5a8}
+VERSION=${VERSION:-60e9073}
+GITVERSION=${GITVERSION:-60e9073cd27339184c5c80023e906113fbbe098f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-autoreconf -vfi
+sh autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \