diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-03-21 16:26:56 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 09:59:37 +0700 |
commit | cd8c15cfbc3f35d6d24c6f35e39d2f8212527200 (patch) | |
tree | e236030e8a104767cf7070b5fa4c76f8d9cb3153 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | 9768994473ba77a9efa8a0830678236de0174218 (diff) |
development/eclipse-cpp: Updated for version 201903.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |