summaryrefslogtreecommitdiffstats
path: root/development/eclipse-java/eclipse-java.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2018-12-19 21:50:57 +0100
committer Willy Sudiarto Raharjo2019-02-02 02:12:04 +0100
commit14b59a6b458a3adc1c1480e2f0ded9af343c401a (patch)
tree3157382f6f6cf5e34c6e4c30d8ef5056c77e71a4 /development/eclipse-java/eclipse-java.SlackBuild
parenta515813015072b1bcb55572e3b9dfd9bf6dfcbcf (diff)
downloadslackbuilds-14b59a6b458a3adc1c1480e2f0ded9af343c401a.tar.gz
development/eclipse-java: Updated for version 201812.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/eclipse-java/eclipse-java.SlackBuild')
-rw-r--r--development/eclipse-java/eclipse-java.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/development/eclipse-java/eclipse-java.SlackBuild b/development/eclipse-java/eclipse-java.SlackBuild
index c4791c1d0c..fe6d776efc 100644
--- a/development/eclipse-java/eclipse-java.SlackBuild
+++ b/development/eclipse-java/eclipse-java.SlackBuild
@@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-java
-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