diff options
Diffstat (limited to 'development/eclipse-java/eclipse-java.SlackBuild')
-rw-r--r-- | development/eclipse-java/eclipse-java.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/eclipse-java/eclipse-java.SlackBuild b/development/eclipse-java/eclipse-java.SlackBuild index fe6d776efc9c4..f1c0c30dbb4be 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:-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 be 'x86_64' if [ "$ARCH" = "x86_64" ]; then tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz else |