From cd8c15cfbc3f35d6d24c6f35e39d2f8212527200 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 21 Mar 2019 16:26:56 +1300 Subject: development/eclipse-cpp: Updated for version 201903. Signed-off-by: Andrew Clemons --- development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild') diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index 294190a00df04..6a90cca912537 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -27,8 +27,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-201812} -SRCVERSION=${SRCVERSION:-2018-12-R} +VERSION=${VERSION:-201903} +SRCVERSION=${SRCVERSION:-2019-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +51,7 @@ mkdir -p $TMP $PKG/opt/$PRGNAM $OUTPUT cd $PKG/opt/$PRGNAM # Untar source code tarball according with ARCH value -# ARCH can be 'i586' or 'x86_64' +# ARCH can only 'x86_64' if [ "$ARCH" = "x86_64" ]; then tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz else -- cgit v1.2.3