From a6ee7699917e0b8bbe6955026f9fd15fdff264ee Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 20 Dec 2018 10:07:30 +1300 Subject: development/eclipse-cpp: Updated for version 201812. Signed-off-by: Andrew Clemons --- development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 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 d1aab7ee0d..294190a00d 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:-201809} -SRCVERSION=${SRCVERSION:-2018-09} +VERSION=${VERSION:-201812} +SRCVERSION=${SRCVERSION:-2018-12-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,8 +54,6 @@ cd $PKG/opt/$PRGNAM # ARCH can be 'i586' or 'x86_64' if [ "$ARCH" = "x86_64" ]; then tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz -elif case "$ARCH" in i?86) true ;; *) false ;; esac ; then - tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk.tar.gz else printf "$ARCH is not supported...\n" exit 1 -- cgit v1.2.3